Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2695

Re: Appeon Mobile (SQLite): DW does not retrieve identities values after inserts

$
0
0

Thanks for your response!!

 

But I don't understand "Appeon behaves the same as that in PB". PB itself retrieves the new identity column. We even have an option in "pbodbxxx.ini" to define how to obtain it (GetIdentity='Select @@identity' for example).

 

 

Maybe we could use something like that in, for example, DBParm:

 

 

SQLCA.DBMS = "ODBC"

SQLCA.AutoCommit = False

SQLCA.DBParm = "ConnectString='DSN=Mobile15TestDB;UID=DBA;PWD=sql'; EnabledLocalDB='true'; CacheName='MySQLite'; GetIdentity='select last_insert_rowid();' "

connect;

 

 

Regards


Viewing all articles
Browse latest Browse all 2695

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>