At 03:08 PM 2/6/2003 -0600, Oma Cox wrote:

I have SQL database that I'm attaching to a table EMP (EMPLOYEE
INFORMATION) that has a column named ZIP.  When I do this I get a dialog
box that ask me to give that column an alias.

I'm using this below.

Sattach EMP as EMPINFO using EMPCODE,FIRSTNAME,LASTNAME,ZIP alais
USERID,FNAME,LNAME,ZIPCODE

Is there any way to stop this dialog box request?

I'm using Patch three haven't updated to four yet!
Oma,

Let's update to Build:1.864xRT03, first <g>!

http://www.rbase.com/65ppupdates

Then,

SCONNECT DSNName IDENTIFIED BY UserID Password

SATTACH Emp AS sEmpInfo USING +
EmpCode, +
FirstName, +
LastName, +
Zip ALIAS sZip, +
UserID, +
FName, +
LName, +
Zipcode +
USING EmpCode

Enjoy and make sure to have fun!

Very Best Regards,

Razzak.

Reply via email to