Click here to Skip to main content
15,913,487 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: AxDtPicker problems oleDate is invalid Pin
QuickBooksDev21-May-10 0:48
QuickBooksDev21-May-10 0:48 
Questionquery .db databases Pin
Jack_1815-May-10 2:01
Jack_1815-May-10 2:01 
AnswerRe: query .db databases Pin
DaveAuld15-May-10 3:13
professionalDaveAuld15-May-10 3:13 
AnswerRe: query .db databases Pin
DaveAuld15-May-10 3:17
professionalDaveAuld15-May-10 3:17 
GeneralRe: query .db databases Pin
Jack_1815-May-10 8:20
Jack_1815-May-10 8:20 
GeneralRe: query .db databases Pin
DaveAuld15-May-10 8:22
professionalDaveAuld15-May-10 8:22 
GeneralRe: query .db databases Pin
Jack_1815-May-10 8:29
Jack_1815-May-10 8:29 
AnswerRe: query .db databases Pin
loyal ginger15-May-10 11:04
loyal ginger15-May-10 11:04 
Since your boss wants to use .db files, and the database only has one table, it's up to you to decide on which database to use. It sounds like it's a light-weight database, and no concurrency is involved.

If that is the case, I suggest that you use SQLite. The database file used by SQLite can be named using any extension, so you just use .db.

SQLite is fast, so your boss will be happy.

If you use C/C++, you can use the source code of SQLite directly in your program. For C++ there are a few wrappers available that greatly simplify the use of SQLite.

If you use C#/VB.NET, then ADO.NET implementations are available, making it very easy to use.
GeneralRe: query .db databases Pin
Jack_1815-May-10 15:13
Jack_1815-May-10 15:13 
GeneralRe: query .db databases Pin
Jack_1815-May-10 15:21
Jack_1815-May-10 15:21 
GeneralRe: query .db databases Pin
Dave Kreskowiak15-May-10 16:45
mveDave Kreskowiak15-May-10 16:45 
Questioncheck Date Range Pin
shaina223115-May-10 0:26
shaina223115-May-10 0:26 
AnswerRe: check Date Range Pin
Henry Minute15-May-10 3:29
Henry Minute15-May-10 3:29 
GeneralRe: check Date Range Pin
Luc Pattyn15-May-10 4:24
sitebuilderLuc Pattyn15-May-10 4:24 
QuestionFile Sharing in Vb.net Pin
mehrnoosh14-May-10 22:19
mehrnoosh14-May-10 22:19 
AnswerRe: File Sharing in Vb.net Pin
DaveAuld14-May-10 23:15
professionalDaveAuld14-May-10 23:15 
AnswerMessage Closed Pin
15-May-10 18:00
Member 445020215-May-10 18:00 
GeneralRe: File Sharing in Vb.net Pin
mehrnoosh15-May-10 18:55
mehrnoosh15-May-10 18:55 
Questionhow to add a combobox in excel's cell with vb.net Pin
sanyexian14-May-10 17:36
sanyexian14-May-10 17:36 
AnswerRe: how to add a combobox in excel's cell with vb.net Pin
Dave Kreskowiak14-May-10 19:11
mveDave Kreskowiak14-May-10 19:11 
GeneralRe: how to add a combobox in excel's cell with vb.net Pin
sanyexian14-May-10 21:39
sanyexian14-May-10 21:39 
AnswerRe: how to add a combobox in excel's cell with vb.net Pin
DaveAuld14-May-10 20:14
professionalDaveAuld14-May-10 20:14 
GeneralRe: how to add a combobox in excel's cell with vb.net Pin
sanyexian14-May-10 21:38
sanyexian14-May-10 21:38 
QuestionNEED HELP WITH CHECKEDLISTBOX!!! PLEASE! Pin
Jesse3214-May-10 8:52
Jesse3214-May-10 8:52 
AnswerRe: NEED HELP WITH CHECKEDLISTBOX!!! PLEASE! Pin
DaveAuld14-May-10 9:15
professionalDaveAuld14-May-10 9:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.