Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Server design question
Message
From
21/12/2001 13:28:22
 
 
To
21/12/2001 12:21:38
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00597279
Message ID:
00597499
Views:
15
Cetin,
I won't do the coding manually. Once I know what to do, I'll create a SQL builder that will generate whatever code it takes based on the table.

Thanks again for your ideas.

>Before insert you could do a select on identity column for existing records. ie:
>SQLExec(lnHandle,'select identitycol from myTable my where exists (select * from ##temptable tmp where my.f1=tmp.f1 and my.f2=tmp.f2 ...)','Existing')
>But of course if fields are a lot coding this is cumbersome (if manually done:).
>Cetin
>
Daniel
Previous
Reply
Map
View

Click here to load this message in the networking platform