I have a SQL 2000 database table with an ntext field.
I want to execute a stored procedure from VB 6.0 that will
insert a record into this table.
I created an ado command object in VB and appended the parameters for the fields which I will be inserting.
For the ntext field what is the TYPE variable for the CreateParameter statement?
Thank you
I want to execute a stored procedure from VB 6.0 that will
insert a record into this table.
I created an ado command object in VB and appended the parameters for the fields which I will be inserting.
For the ntext field what is the TYPE variable for the CreateParameter statement?
Thank you