Hi
i have to update an application with GTD3.1
using MS SQL Server as database.
The one who wrote this app used the function SQLImmediate()
very often, but this function does not work with
OLE DB providers.
So i replaced it with my own function MySQLImmediate()
which works fine unless i open an FileSaveDialog.
After this any call to my function returns "invalid cursor".
my function looks like this
Call SqlConnect(MyhSql)
if SqlPrepare(MyhSql,sSel)
if SqlVarSetup(MyhSql)
if SqlExecute(MyhSql)
thanx for any help
i have to update an application with GTD3.1
using MS SQL Server as database.
The one who wrote this app used the function SQLImmediate()
very often, but this function does not work with
OLE DB providers.
So i replaced it with my own function MySQLImmediate()
which works fine unless i open an FileSaveDialog.
After this any call to my function returns "invalid cursor".
my function looks like this
Call SqlConnect(MyhSql)
if SqlPrepare(MyhSql,sSel)
if SqlVarSetup(MyhSql)
if SqlExecute(MyhSql)
thanx for any help