Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

inserting ntext sql field from Visual Basic 6.0 1

Status
Not open for further replies.

msilka

Programmer
Jan 17, 2002
50
US
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
 
It is adLongVarWChar

I used to rock and roll every night and party every day. Then it was every other day. Now I'm lucky if I can find 30 minutes a week in which to get funky. - Homer Simpson
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top