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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating Parameters from Postgre DB VARCHAR type field

Status
Not open for further replies.

randaklin

Technical User
Sep 9, 2010
3
US
Have a database running on Linux box w/ Postgre (for a Medical Program)Trying to create a custom report Can't get a parameter built on a field which is of type varchar(255)as stated by the developer.The developer created a stored procedure but they are not visable under the DB expert to bring in. ???Crystal won't show me any of the fields which are listed as this field (memo) for parameters purpose.Already tried these things help would be appreciated.
 
Hi

You can't use a parameter with a memo field.

Lin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top