About SQL on VB.NET 2008 (4)

1 Name: Grey : 2009-04-21 15:52 ID:rPMVkjLU

hi, nice to meet you all, i am a programmer in study, now i face a problem about binding the SQL into my program and not using ODEBC-SQL because it was external connection and when you make the installer of your program, you need to manual setting the database on client computer. Is it possible to make a SQL database that automatic setting itself when deployed on client computer? Then can anyone tell me, recently some people tell me about using LINQ but it was so troublesome... any solution?

2 Name: #!/usr/bin/anonymous : 2009-04-22 04:36 ID:Heaven

use LINQ. it's a lot nicer than using string concatenation to build SQL queries.

3 Name: #!/usr/bin/anonymous : 2009-04-25 02:34 ID:DQ24L7IA

Use sqlite, it's a lot nicer than hoping the client has a database or knows what the fuck you're talking about when you ask them for it during the install.

4 Name: #!/usr/bin/anonymous : 2009-04-25 08:41 ID:Heaven

>>2-3
Even better, use LINQ to access SQLite.

This thread has been closed. You cannot post in this thread any longer.