Question : How to deal with ORA-01745 Error when you have null values in dataset?

Hello, I am using Visual Basic 2008 with Oracle Developer Tools to connect to an Oracle 10g Database.  I have a form with controls that are bound to a datatable within the dataset.

When the form is run, if you attempt to delete any of the values and leave it null, you receive an ORA-01745 when you try to save the data back to the database. Help!

Thanks!

Answer : How to deal with ORA-01745 Error when you have null values in dataset?

Here's a script that will do it for you. You can run it as a startup script, until you're sure all clients have run it.
1:
2:
3:
4:
5:
6:
Net stop wuauserv
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v AccountDomainSid /f
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v PingID /f
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientId /f
Net Start wuauserv
wuauclt /resetauthorization /detectnow
Random Solutions  
 
programming4us programming4us