Hi
I'm busy writing a windows app in c# and are using a Access Database. App needs to travel on memory stick. I've done a few apps using SQL databases before but Access is something else! Does anybody got an example app for me? I need to Insert, update & delete.
Any help will be appreciated.
Cheers
Melger
Loading
Sam HobbsPosted Nov 23, 2010, 4:04 AM
Hirendra SisodiyaPosted Nov 22, 2010, 8:27 AM
you can use oledb connection and most general query for select, insert etc are same as sql .
so try and let me know.
thanks
MelgerPosted Nov 20, 2010, 4:11 AM
Learning very slowly this way!
Hope you can help.
Thanks Melger
Hirendra SisodiyaPosted Nov 20, 2010, 2:53 AM
Which provider you are using?
thanks