Question start bus booking proeject?

rafi

Member
Joined
Aug 10, 2011
Messages
14
Programming Experience
Beginner
hi
i am going to start bus booking proeject in vb.net with msaccess 2003. suggest me as Which control is best to use for view the booking tickets.
 
Instead of that, how about you decide how you want your application to look and to work and then you look for the control(s) that will best accomplish that? You can easily enough look at each control in the Toolbox and determine whether it will do a job for you, either alone or in concert with other controls. If you're still not sure, at least you can post back with a reasonable description of what you want to do and what you think might do it for you.
 
i think you should use SQL not msaccess.. SQL is more secured database rather than msaccess.. i done alot of bus booking project and they want sql for database for security.
 
i think you should use SQL not msaccess.. SQL is more secured database rather than msaccess.. i done alot of bus booking project and they want sql for database for security.

There's no such database as SQL. SQL is "structured query language". It is a language used to query database and pretty much all databases support it, including Access. Presumably what you mean is SQL Server, which is Microsoft's enterprise-grade RDBMS. Using the name "SQL" when referring to SQL Server is like calling Internet Explorer just "Internet".
 
Back
Top