J
J
John_Sheppard2017-10-05 13:22:31
css
John_Sheppard, 2017-10-05 13:22:31

Visual C# Form Datagridview does not display data (Access) what to do?

I use Microsoft Visual Studio Professioal 2017, version: 15.3.5, project Windows Forms application (.Net Framework)
Microsoft Access 2016 database, save in .mdb (2002-2003)
When connecting a database and selecting database objects, the following error appears:

Screen
59d600a16ebdb206393128.png

Select table:
Screen
59d600e4cbdcf766909608.png

And nothing happens:
Screen
59d601259875b603724402.png

Database connected:
Screenshots
59d6014e090d9545430264.png59d601b2302ca742512061.png

Database (test, 1 table):
Screenshots
59d6020364985370590011.png59d602185a93f791286226.png

You can view the table in data view:
Screen
59d607d2624aa957293334.png

Add. Info.:
Screenshots
59d604ebd0344647838611.png59d604f2be048036049371.png59d604f7f1c85982777908.png59d604fcb6c3d519419628.png59d60501e9bb6723943284.png59d60508d734c412740949.png59d6050ab7f72501959831.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
G
Gene Hagmt, 2019-06-27
@TurnerIT

#div_with_image_background {
  width: 200px; 
  height: 200px;
  background: url(image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

D
Dmitry Eremin, 2017-10-05
@EreminD

and when the application is running - what happens?

J
John_Sheppard, 2017-10-12
@John_Sheppard

Solved, put the version of 2015

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question