Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Oracle varchar in remote view
Message
From
23/09/2004 22:33:21
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Oracle varchar in remote view
Miscellaneous
Thread ID:
00945603
Message ID:
00945603
Views:
58
The back end database used by the company I work is Oracle. They use VARCHARs extensively. I am going to be migrating all of my tables into the existing schema. We are basically mergin a number of products into one larger configurable product suite. But remote views only let me choose CHAR and from what I have seen so far the data is padded with spaces to the length of the field.

For instance I had a generated key table that has a 2 fields.

FIELDID CHAR(8)
LASTUSED CHAR(20)

I moved the table into ORACLE using varchars. Previously he parameterized view worked when given an unpadded parameter. But when moved to oracle I had to pad the parameter with spaces for it to work.

Does anyone have any suggestions?

The other developpers want me to find a way to remove the extra padding that is sent to the VARCHARs.

Any ideas?

Jason
Next
Reply
Map
View

Click here to load this message in the networking platform