Click here to Skip to main content
15,888,521 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Dialog Box Pin
alex.barylski4-Dec-04 1:55
alex.barylski4-Dec-04 1:55 
QuestionWhat are meta pointers and meta classes? Pin
rgoyal2-Dec-04 23:48
rgoyal2-Dec-04 23:48 
AnswerRe: What are meta pointers and meta classes? Pin
alex.barylski4-Dec-04 2:14
alex.barylski4-Dec-04 2:14 
QuestionAfter logging out if I login again,can I get the same session? Pin
rgoyal2-Dec-04 21:37
rgoyal2-Dec-04 21:37 
AnswerRe: After logging out if I login again,can I get the same session? Pin
alex.barylski4-Dec-04 2:20
alex.barylski4-Dec-04 2:20 
GeneralRe: After logging out if I login again,can I get the same session? Pin
Bassam Abdul-Baki6-Dec-04 2:32
professionalBassam Abdul-Baki6-Dec-04 2:32 
GeneralNewbie Pin
shiraztk2-Dec-04 20:03
shiraztk2-Dec-04 20:03 
GeneralRe: Newbie Pin
Sven Cipido3-Dec-04 3:34
Sven Cipido3-Dec-04 3:34 
Hi,

These are the steps :
- Open connection to your DB
- Create your insert/Update/Delete SQL statement
- Run the SQL statement
- Close your Connection

Example :
Const C_CONNECTSTRING = "Provider=OraOLEDB.oracle;Password=xxxxxx;User ID=xxxxxx;Data Source=xxxxx"
Set Get_Connection = Server.CreateObject ("ADODB.Connection")

Get_Connection.Open (C_CONNECTSTRING)
Set rsSave = Server.CreateObject("ADODB.Recordset")
SQL = "INSERT INTO table(field1,field2,field3) "
SQL = SQL & "VALUES ("& field1value &",'" & field2value & "','" & field3value & "')"
conADO.Execute SQL

Be aware : For opening the connection check your hoster. Also most hosters have example code on how to do certain actions. I couldn't check it, because batcave.com sends me to the website of Warner Bros.
GeneralSCRIPT embedded in TABLE Pin
alex.barylski2-Dec-04 17:48
alex.barylski2-Dec-04 17:48 
Generalprint template Pin
Ryan Overholt2-Dec-04 12:10
Ryan Overholt2-Dec-04 12:10 
GeneralPerl and MS-IAS Pin
JKroschel2-Dec-04 11:39
JKroschel2-Dec-04 11:39 
GeneralRe: Perl and MS-IAS Pin
perlmunger2-Dec-04 16:56
perlmunger2-Dec-04 16:56 
QuestionHow to print in horizontal Pin
Anonymous2-Dec-04 5:26
Anonymous2-Dec-04 5:26 
AnswerRe: How to print in horizontal Pin
JKroschel2-Dec-04 10:04
JKroschel2-Dec-04 10:04 
GeneralResponse.Redirect issue Pin
okoji Cyril2-Dec-04 3:56
okoji Cyril2-Dec-04 3:56 
GeneralDisable IFRAME Pin
alex.barylski1-Dec-04 19:48
alex.barylski1-Dec-04 19:48 
GeneralRe: Disable IFRAME Pin
raouls2-Dec-04 0:57
raouls2-Dec-04 0:57 
GeneralRe: Disable IFRAME Pin
alex.barylski2-Dec-04 12:25
alex.barylski2-Dec-04 12:25 
GeneralRe: Disable IFRAME Pin
perlmunger2-Dec-04 12:47
perlmunger2-Dec-04 12:47 
GeneralDiverting Ip Address in my home computer... Pin
ZarrinPour1-Dec-04 18:43
ZarrinPour1-Dec-04 18:43 
GeneralRe: Diverting Ip Address in my home computer... Pin
JKroschel2-Dec-04 10:15
JKroschel2-Dec-04 10:15 
Generalc++ problem with IHTMLDocument2 Pin
laurentmuratet30-Nov-04 23:42
laurentmuratet30-Nov-04 23:42 
GeneralRe: c++ problem with IHTMLDocument2 Pin
alex.barylski1-Dec-04 9:28
alex.barylski1-Dec-04 9:28 
GeneralLink Validation Pin
german_aspnet30-Nov-04 7:53
german_aspnet30-Nov-04 7:53 
GeneralRe: Link Validation Pin
aplope1-Dec-04 7:01
aplope1-Dec-04 7:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.