Quote Originally Posted by zxed View Post
Are you connecting to a Full SQL database (server)? such as sql 2005... or are you connecting to a SQL CE/SQL Compact database (client)
erm... This is wad i'm unsure of.
Well this is a brief idea about my scenario.
I've gotta create a program that keeps track of a driver's data and lorries's data. Then I've got to enter the data during run time. Be able to modify, save and update it. Apart from that i need to have a filter and search function or perhaps you call that an option in it. I've got all the logic and I've got everything i want. I'm just stuck at the database part. My so called client wants the database to be able to hold about 1000 - 2000 entries, so he asked us to make the database using SQL. Well, the program is something like a standalone program. It does not connect to the internet and it's only meant for the user using it.