database
-
Data Access (How Do I in Visual C++)[^]
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Data Access (How Do I in Visual C++)[^]
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
hi, thanks for reply. I am using MSAccess. can you give me some example links, i couldn,t understand. Thanks again,
rose196 wrote:
can you give me some example links
No, I can't. If you do some research (starting at that link), you'll see there's many methods available for accessing databases from C++. Each has pros and cons. Choose a method, learn how it works, then I can maybe help. ADO.NET is probably the easiest to get started with in managed code, but even explaining ADO.NET here is a bit much to ask. You'll find tons of working sample code in the documentation. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
rose196 wrote:
how to connect database to .net windows form application
Try googling, or doing a search on this site. www.connectionstrings.com[^] is also very helpful.
"The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon