Subject | Re: [IBO] writing multiple records |
---|---|
Author | Jason Wharton |
Post date | 2001-01-30T00:52:01Z |
Use a stored procedure that has all of the information it needs in a stored
procedure and then in the InsertSQL, EditSQL, DeleteSQL properties.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
procedure and then in the InsertSQL, EditSQL, DeleteSQL properties.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Paul Little" <paul.little@...>
To: "IBO" <IBObjects@yahoogroups.com>
Sent: Monday, January 29, 2001 10:20 AM
Subject: [IBO] writing multiple records
> I am trying to find out how to write multiple records without resorting
> to a loop (cached update?), is this possible with IBO? If so how?
>
> As my app is single user there will not be any concurrent updates so
> "dirty" operations won't be an issue.
>
> PL
>
>
>
>