Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-06-2004, 06:59 AM
Junior Member
 
Join Date: Aug 2004
Posts: 19
Default database can save online?

About example of database_exe.



1.Can save online yes or no?
2.How to save new value? (no modify) ???

Please... :-[
Reply With Quote
  #2 (permalink)  
Old 09-07-2004, 08:25 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:database can save online?

Surely you can save online. But you cannot save online at preview mode for preview mode uses a temporary db and the changes are only applied to the temporary db file.

Code:
var rs = new ActiveXObject("ADODB.Recordset");
rs.open("select * from mytable", conn, 1, 2);

rs.addNew();
rs.fields(0).value = "xxxxxxx";
rs.fields(1).value = "xxxxxxxxxx";
...
rs.update();
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 12:00 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.