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?
use LINQ. it's a lot nicer than using string concatenation to build SQL queries.
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.
>>2-3
Even better, use LINQ to access SQLite.