Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Still Another SQL Question
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00511260
Message ID:
00511261
Views:
18
>Before I transitioned to SQL 7, I would pass a record Id into the
>INIT of a form.
>
>I then did a seek on that record Id, and refreshed the form. If no Id was
>passed in, I called a method to add a new record.
>
>Whats the best way to do this using SQL Server?

What about having a parameterised view based on your record id? you could then just use the view with your variable storing the record id and only get that record for your form.
If no record is found you could then just go about the standard ways of adding a new record.
A fish this fine deserves to be a fish nugget styled chunklet.
- Fry
Previous
Reply
Map
View

Click here to load this message in the networking platform