If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Pervasive.SQL > Pervasive SQL And Clarion Problems !!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-17-03, 11:39
Sagat Sagat is offline
Registered User
 
Join Date: Oct 2003
Posts: 1
Red face Pervasive SQL And Clarion Problems !!

Hi all,

I just started using Pervasive SQL with Clarion 5.5, but i got some errors, when the application tries to create a table who contains a string(1000) field, returns me the following error: "Maximum column length exceeded".

Now, when i try to export from Pervasive to Clarion this table using LongVarChar for the string(1000) field, Clarion don't recognize this data type.

What data type can i use for big strings(1000 or more chars)?

Thanks for your help.

Saludos.
Rafael Sotelo
SCSI S.A. de C.V.
Tel. 616-25-27
www.solucionesyconsultoria.com
Reply With Quote
  #2 (permalink)  
Old 10-17-03, 11:54
mirtheil mirtheil is offline
Registered User
 
Join Date: Dec 2001
Posts: 1,026
Pervasive.SQL has a limit of 255 characters in fixed length string fields. To create anything longer, you'll need to use LongVarChar. If Clarion can't recognize the LongVarChar, you'll need to go back to Clarion to get them to fix it.
__________________
Mirtheil Software
Certified Pervasive Developer
Certified Pervasive Technician
Custom Btrieve/VB development
http://www.mirtheil.com
I do not answer questions by email. Please post on the forum.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On