I am trying to connect to an Oracle database from my ASP page. I am trying to find what all is needed to do this and what the connection string should look like etc. I will appreciate any help Thanks, Bill
bcoulter
Posts
-
connecting to an oracle database from an ASP page -
adding a hyperlink in the body of an e-mail message.I am new to asp.net and I am wondering if anyone could show me an example of how to add a hyperlink in an e-mail message. Thanks, Bill
-
record inserting twice in databaseHas anyone seen this before. Actually what is happening is that when I call my asp file that gets the data from the form and does the insert into the database the file is being called twice in production only once on the dev server. any suggestions. Bill
-
record inserting twice in databaseI have a page that inserts a record into a SQL database. when on the development server and the development database this worked fine. I then moved everything to production and now it inserts 2 identical records into the database. I even tried pointing my dev code at the prod database and everything works fine. when I point the prod code at the dev database it inserts 2 records. the 2 sets of code are identical. Has anyone seen this before and if so do you have any possible solutions Thanks, Bill