No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Hi Sushil, use this code to add data in a table using asp and sql server [CODE]<% dim cn, rs set cn=server.CreateObject("adodb.connection") cn.Open "Provider=sqloledb;SERVER=localhost;DATABASE=your_database_neme;UID=your_database_login_id;PWD=your_database_login_password;" set rs=server.CreateObject("adodb.recordset") rs.open "Select * from table_name",cn,adOpenKeyset,adLockOptimistic rs.addnew rs(0) = "here_is_your_value_for_first_field" rs(1) = "here_is_your_value_for_second_field" rs.update rs.close %>[/CODE]
Hi all, How to count Uppercase Letter from a String. Please help Regards, Sandeep
Hi, you have to develope a admin panel for your cart, you can use payment gatway [URL="http://www.ccavenue.com/"]http://www.ccavenue.com/[/URL] for that you have to register with them, they provide you a registration id and some code to put in your cart. (This is used to connect to the gatway site and to …
The End.