| | |
Retreiving Information ASAP
Please support our MySQL advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Aug 2008
Posts: 4
Reputation:
Solved Threads: 0
hello guys,
i know all of you are gurus at this as for i am a rookie,
i am currently using MySQL 2000
and i would like to retreive information from the database from a certain table via an HTML website
what are the scripts that i could run to
1. connect to the database,
2. link some information from the website with a table column.
2. Retreive that infromation, from that table cell;
3. post it on the website
and
4.IF i recieve a succeed response clear that information from the table cell.
Your response is highly appreciated Please!
im currently trying to work something out and this is of real importance to me.
Thanks in advance,
i know all of you are gurus at this as for i am a rookie,
i am currently using MySQL 2000
and i would like to retreive information from the database from a certain table via an HTML website
what are the scripts that i could run to
1. connect to the database,
2. link some information from the website with a table column.
2. Retreive that infromation, from that table cell;
3. post it on the website
and
4.IF i recieve a succeed response clear that information from the table cell.
Your response is highly appreciated Please!
im currently trying to work something out and this is of real importance to me.
Thanks in advance,
•
•
Join Date: Aug 2008
Posts: 1,160
Reputation:
Solved Threads: 137
MySql 2000? or MSSQL 2000?
also, what language are you using?
also, what language are you using?
Custom Application & Software Development
www.houseshark.net
www.houseshark.net
•
•
Join Date: Aug 2008
Posts: 1,160
Reputation:
Solved Threads: 137
i guess i misspoke, you are going to query a database and what language are you planning on using for that?
also you need to make an effort and show us what you got so far, we won't do it for you
also you need to make an effort and show us what you got so far, we won't do it for you
Custom Application & Software Development
www.houseshark.net
www.houseshark.net
•
•
Join Date: Aug 2008
Posts: 4
Reputation:
Solved Threads: 0
•
•
•
•
i guess i misspoke, you are going to query a database and what language are you planning on using for that?
also you need to make an effort and show us what you got so far, we won't do it for you
asp Syntax (Toggle Plain Text)
<% '* database server parameters Dim serverIP '* ip adress Dim serverPORT '* ip port Dim serverDB '* catalog/database name Dim serverLOGIN '* username Dim serverPASSWORD '* password '* set your variables here serverIP = "192.168.100.1" serverPORT = "1433" '* default port is 1433/TCP serverDB = "Northwind" serverLOGIN = "login" serverPASSWORD = "pass" '* open connection Dim con Set con = Server.CreateObject("ADODB.Connection") con.ConnectionString = "Provider=SQLOLEDB.1;" & _ "Persist Security Info=False;" & _ "Network Library=DBMSSOCN;" & _ "Data Source=" & serverIP & "," & serverPORT & ";" & _ "Initial Catalog=" & serverDB & ";" & _ "User ID=" & serverLOGIN & ";" & _ "Password=" & serverPASSWORD & ";" & _ "Connect Timeout=5;Pooling=False" Call con.Open() %>
I dont know what to use to retreive data and clear etc...
the main scenario is, that i have to put this all in an XML portal and query the database retreive info and delete info upon a certain condition.
your help on how to tackle it would be great
Last edited by peter_budo; Nov 28th, 2008 at 12:24 pm. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
•
•
Join Date: Aug 2008
Posts: 1,160
Reputation:
Solved Threads: 137
i would suggest closing this post and starting it in the ASP.net forum, also when you create that post, be specific with what issue you are having, not just lay it out all at once
if you can't connect then say that, if you can't create a query then say that
if you can't connect then say that, if you can't create a query then say that
Custom Application & Software Development
www.houseshark.net
www.houseshark.net
![]() |
Other Threads in the MySQL Forum
- Previous Thread: 4 Ways to Insult IT Workers
- Next Thread: Database needed on website
| Thread Tools | Search this Thread |
agplv3 alfresco amazon api artisticlicense aws bizspark breathalyzer camparingtocolumns changingprices cmg communityjournalism contentmanagement contractors copyright count court crm database design developer development distinct drupal dui ec2 email enterprise eudora facebook form foss gartner gnu government gpl greenit groupware hiring hyperic images innerjoins insert ip joebrockmeier join keyword keywords kickfire laptop law legal license licensing linux maintenance managing mariadb matchingcolumns metron micromanage microsoft microsoftexchange mindtouch montywidenius mozilla multiple music mysql mysqlcolumnupdating mysqldatetimeordermax() mysqlindex mysqlinternalqueries mysqlquery mysqlsearch news open-xchange opendatabasealliance opengovernment opensource oracle penelope priceupdating query referencedesign reorderingcolumns resultset saas select sharepoint simpledb sourcecode spotify sql sugarcrm syntax techsupport thunderbird transparency virtualization






