Guest johan Posted October 5, 2005 Report Share Posted October 5, 2005 hi folks,i'm new here..can some one of you help me out. i need to create a script to delete entries in an access db. thanks in advancedjohan Quote Link to post Share on other sites
Jack McKalling 2 Posted October 5, 2005 Report Share Posted October 5, 2005 (edited) You need PHP to access databases Javascript won't do that, it is browser only, no server :)And for VBscript, I don't know much of it, but it is also browseronly. Edited October 5, 2005 by Dan The Prof Quote Link to post Share on other sites
Webworldx 0 Posted October 7, 2005 Report Share Posted October 7, 2005 Is your page an ASP? If so, just use something like Server.CreateObject("ADODB.Connection"), and go from there with your connection string and delete Recordset etc Quote Link to post Share on other sites
litter bug 0 Posted November 19, 2005 Report Share Posted November 19, 2005 if you familiar sql it is easy for you to insert or delete the information in the database! Quote Link to post Share on other sites
aspnetguy 30 Posted November 29, 2005 Report Share Posted November 29, 2005 you need a server side language to intereact with the database.LayersServer Side Language(ASP.Net) ==> SQL Statement ==> Database (Access)Yes ASP uses VBScript but it is in the Server side tags <% %> not in the <script></script> tags. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.