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

scatter name oName

Status
Not open for further replies.

EzLogic

Programmer
Aug 21, 2001
1,230
0
0
US
i have a table, but, it has an IID autoinc value in it.

sele myTable
scatter name oName

oName.IID exists now, but, i do not want it.

what's the best way to drop it?



Ali Koumaiha
TeknoPCS Inc.
Dearborn heights, MI 48127
 
If you have a default function in your database, then you can try

oName.IID = NewID() && Custom function.
 
thanks guys!



Ali Koumaiha
TeknoPCS Inc.
Dearborn heights, MI 48127
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top