Hello an have a good days for all expertised!
I need your help and advise for my VB6 & SQL 7.0 and I suing ADODB, recently I can't store and display a Null value in my SQL database, my example code is:
txtPartCode = rsc!Part_Code
txtPartDescrip = rsc!Part_Description
the rsc = recordset from a table from SQL and the Part_Description is a table field which content null value, I can store this and display in my VB application as text box! Can any expertise advise!
What is the best way of showing record in a VB form? by calling customised display sub function or other any method?
I need your help and advise for my VB6 & SQL 7.0 and I suing ADODB, recently I can't store and display a Null value in my SQL database, my example code is:
txtPartCode = rsc!Part_Code
txtPartDescrip = rsc!Part_Description
the rsc = recordset from a table from SQL and the Part_Description is a table field which content null value, I can store this and display in my VB application as text box! Can any expertise advise!
What is the best way of showing record in a VB form? by calling customised display sub function or other any method?