I've read all sorts of examples on how to connect ODBC to MS SQL in Lazarus.
I've even contemplated going back to D2007 and ADO because I had that working... Grrr.
Can someone tell me in words of one syllable how to do it please ?
Assume I have a form with an ODBCConnection, SQLQuery, SQLTransaction, DBEdit. (do I need these or something else ?)
Details are :-
ZATH-PC\SQLEXPRESS
user= abcd
pwd= 1234
Database = LOM2Res
Table name = Monsters
Field = Fld_one
Driver = ODBC Driver 11 for SQL Server
What properties should I populate ?
Many examples seem to want to populate the properties from code instead of within the component at design time. Why ?
How do I connect to the table to get the DBedit to show Fld_one ?
Thanks