Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~663 People Reached
Favorite Forums

3 Posted Topics

Member Avatar for kapilver

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]

Member Avatar for johnjaafarj
0
421
Member Avatar for sandeep.kharat
Member Avatar for campkev
0
97
Member Avatar for aarya

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 …

Member Avatar for aarya
0
145

The End.