|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
I need to make a sql query that is bigger than a normal string of 255 characters... i'm making this
Public cmd As New ADODB.command Public cnn1 As New ADODB.Connection Set cnn1 = New ADODB.Connection cnn1.CommandTimeout = 0 cnn1.Provider = "sqloledb" cnn1.Open "Data Source=" & SERVER & ";Initial catalog=" & DB & ";", login, password Set cmd.ActiveConnection = cnn1 cnn1.Execute (SQL Qhery) and the SQL Query is truncated ... how can i fix this problem ?? |
|
#2
|
|||
|
|||
|
Maybe you have a data field in the database that only allows 255 characters.
Hard to say since you neglected to post your sql.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Sql bigger than 255 character |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|