help: vb 5.0 enterprise, ado, and sql server 6.5 readtext, writetext 
Author Message
 help: vb 5.0 enterprise, ado, and sql server 6.5 readtext, writetext

Has anyone been able to use ado command with sql server 6.5 readtext,
writetext, and updatetext to manipulate text field (>255 characters) with vb
5.0?  What do you specify for the ado command type (adLongVarChar or
adVarChar) ?

Your help is greatly appreciated.

Rich Cheng



Fri, 21 Jul 2000 03:00:00 GMT  
 help: vb 5.0 enterprise, ado, and sql server 6.5 readtext, writetext

Rich,

You shouldn't use WriteText etc., anymore with ADO. You can use normal
INSERT and EDIT statements. For parameters use the adLongVarchar. Note that
if you use parameters and the field is empty, you still have to set a size
property of the field.

Later...

Niels

Quote:

>Has anyone been able to use ado command with sql server 6.5 readtext,
>writetext, and updatetext to manipulate text field (>255 characters) with
vb
>5.0?  What do you specify for the ado command type (adLongVarChar or
>adVarChar) ?

>Your help is greatly appreciated.

>Rich Cheng




Sun, 23 Jul 2000 03:00:00 GMT  
 help: vb 5.0 enterprise, ado, and sql server 6.5 readtext, writetext

Niels,

What would the size be  for a SQL TEXT field?
Cal Evans


Quote:
>Rich,

>You shouldn't use WriteText etc., anymore with ADO. You can use normal
>INSERT and EDIT statements. For parameters use the adLongVarchar. Note that
>if you use parameters and the field is empty, you still have to set a size
>property of the field.

>Later...

>Niels


>>Has anyone been able to use ado command with sql server 6.5 readtext,
>>writetext, and updatetext to manipulate text field (>255 characters) with
>vb
>>5.0?  What do you specify for the ado command type (adLongVarChar or
>>adVarChar) ?

>>Your help is greatly appreciated.

>>Rich Cheng




Wed, 26 Jul 2000 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. VB 5.0 Enterprise Edition does not contain MS SQL Server 6.5 Developer Edition

2. Help SQL SERVER 6.5/VB 5.0

3. VB 5.0 and SQL Server 6.5 Contract

4. LONDON - VB 5.0/Sql-Server 6.5/ NT 4 - Developers - Derivatives Trading Systems

5. LONDON - VB 5.0/Sql-Server 6.5/ NT 4.0 - Developers - Derivatives Trading Systems

6. VB 5.0, SQL Server 6.5

7. S10008 Error From SQL Server 6.5 Running VB 5.0 Stored Procedures

8. Writing data from VB 5.0 to a SQL Server 6.5 database

9. VB 5.0 and SQL Server 6.5

10. VB 5.0 & Stored Procedure (SQL Server 6.5)

11. DNS-Less Trusted Connection Discrepancy - Sql Server 6.5 -- VB 5.0

12. How to connect to SQL Server 6.5 using VB 5.0

 

 
Powered by phpBB® Forum Software