Can create tables and stuff, but when I try to use it from C#, it cannot connect.
I get an error - after pointing to the file and checking the connection, which is OK:
The specified type is not supported by this selector.
All new to Visual Studio but not to databases or SQL.
Nitin SontakkePosted Mar 16, 2017, 11:13 PM
Birger SørensenPosted Mar 16, 2017, 6:33 PM
And it seems even Visual Sudio accepts this - it will now let me work with them in editor, accept the dataset, and I can add database aware components on my form!
There are quite a lot of explanations flying around - how to do this and how to do that.
The only ting that is not explained, is how to acually put data into my tables.
Yes I can type into fields and columns of components, correct and delete, but that is not really what I need....
I gather data from around 3.000 files, and these data are - well should be - used to store in or update the database.
But apparently I am not allowed access to my database - only the form and the component, is....
Where are the procedures/functions that allow me to execute SQL statements to the database?
Any hints or link to places that explains how this is done?
Birger SørensenPosted Mar 15, 2017, 9:18 AM
Followed your linkabout deprecaption of of CE.
Remcomendation seems to be SQL Server 2016 - with downloads as an ISO - 2.5GB.
Nitin SontakkePosted Mar 15, 2017, 7:58 AM
Birger SørensenPosted Mar 15, 2017, 7:32 AM
The small simple tool and SQLite replaced with 2.5GB programming?
Seems crazy...
Need a small local database with 5 tables. No sharing, no net, nothing but local data.
This SQL 2016 is on its own, is more than installing apache, php and MySQL togeher, to create a simple application.
And a lot more complicated, it seems...
Nitin SontakkePosted Mar 15, 2017, 6:56 AM