Industry Online Support
Technical Forum
2/4/2008 3:43 PM | |
Joined: 12/8/2006 Last visit: 11/27/2023 Posts: 170 Rating: (26) |
hi, (1)after the installation of ms visual studioyou will have the the valid license for design mode of ms activex controls. (2)On theother handit is not necessarytousemicrosoft controls like dbgrid or flexgrid toselect, update, insert or delete data. you can use standard odbc-functions (odbc32.dll)in (2.1) global script C: - SQLAllocEnv() - SQLAllocConnect() - SQLConnect() - SQLAllocStmt() - SQLExecDirect() - ( SQLBindCol() ) - ( SQLFetch() ) (2.2) global script VBS http://support.automation.siemens.com/WW/view/en/16514261 (3) using sqlcmd.exe (microsoft sql server command line tool) Attachmentsql_odbc_example_c.zip (401 Downloads) |
Follow us on