Quote from
NyperCro on May 28, 2021, 12:43 am
Hi, peeps
Again with the questions :D
So, i am working some code edits within app, but every time im run to check if is working, a parts of database entries get blank. One by one.
And when i go look into database with Microsoft SQL Server Management Studio, entries are deleted (all NULL)
In the part where i open database, there is no code where "AddRecord" is used.
Only the following commands are used : dbpOpenDatabase, dbpOpenTable, dbpShowGrid, dbpSetColumnWidths, dbpSetGridProperties, dbpSetColumnTitles, dbpSort and when program is closed, app invokes dbpCloseTable and dbpCloseDatabase.
Is it possible that any of those commands can "blank/NULL" the record ?
Hi, peeps
Again with the questions :D
So, i am working some code edits within app, but every time im run to check if is working, a parts of database entries get blank. One by one.
And when i go look into database with Microsoft SQL Server Management Studio, entries are deleted (all NULL)
In the part where i open database, there is no code where "AddRecord" is used.
Only the following commands are used : dbpOpenDatabase, dbpOpenTable, dbpShowGrid, dbpSetColumnWidths, dbpSetGridProperties, dbpSetColumnTitles, dbpSort and when program is closed, app invokes dbpCloseTable and dbpCloseDatabase.
Is it possible that any of those commands can "blank/NULL" the record ?