Richard Gutery
|
| Posted: 12/18/2004, 1:41 PM |
|
Is there a built in function to Insert or Add records to a table?
I reviewed all the functions and didn't see one.
TX
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 12/18/2004, 3:45 PM |
|
The Record form automatically inserts records into a table, just like this form below used to submit a message to the forum.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
peterr
Posts: 5971
|
| Posted: 12/18/2004, 3:55 PM |
|
Oh, if you meant an internal function without a Web interface then no, there is no such function.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Richard Gutery
|
| Posted: 12/18/2004, 4:05 PM |
|
Thanks.
"peterr" <peterr@forum.codecharge> wrote in message
news:641c4c35e0f3d5@news.codecharge.com...
> Oh, if you meant an internal function without a Web interface then no,
> there is
> no such function.
> _________________
> Peter R.
> YesSoftware Support Representative
> http://support.yessoftware.com
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 12/18/2004, 4:13 PM |
|
BTW, only SQL should be used for inserting records into database. It is the purpose of SQL. There are many examples in CCS docs, like http://docs.codecharge.com/studio/html/ProgrammingTechn...eCustomSQL.html
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Richard Gutery
|
| Posted: 12/18/2004, 6:40 PM |
|
No worries, I have a library full of SQL scripts. I was just curious when I
couldn't find a function and wondered why.
"peterr" <peterr@forum.codecharge> wrote in message
news:641c4c7a24c499@news.codecharge.com...
> BTW, only SQL should be used for inserting records into database. It is
> the
> purpose of SQL. There are many examples in CCS docs, like
> http://docs.codecharge.com/studio/html/ProgrammingTechn...eCustomSQL.html
> _________________
> Peter R.
> YesSoftware Support Representative
> http://support.yessoftware.com
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |