|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hope im in the correct place?!?!
I have a site built in .asp/vb script(if im correct),i acquired this site from the builder and have tried several attemepts to get it Hosted from my current server.The server uses SQL/pHpMyAdmin and recently installed the Windows side of it all,so Tech support is very limited. I think i installed my database correctly using thier pHpMyAdmin section from Control Panel. However, none of my Database driven pages will show up..we added a connection string to point to the database,im totally LOST now. My questions i guess are, 1) Is this server an incorrect place for this type of site? 2) Is there something im missing to allow info from .asp to pHp? 3) Am i even making any sense? I am new to ALL of this and have no clue what does what to who or vice versa. Can copy/paste any info needed as required. |
|
#2
|
|||
|
|||
|
OK....i guess i really didnt add any Pertinent info here.
This is off my Content.asp page: <%@LANGUAGE="VBSCRIPT"%> <!--#include file="MG.asp" --> <% set tour = Server.CreateObject("ADODB.Recordset") tour.ActiveConnection = MM_MG_STRING tour.Source = "SELECT * FROM Tours WHERE Tour_Key < 5 ORDER BY Tour_Key" tour.CursorType = 0 tour.CursorLocation = 2 tour.LockType = 3 tour.Open() tour_numRows = 0 %> And this is the new file created to for the MM_MG_STRING: <% ' FileName="Connection_odbc_conn_dsn.htm" ' Type="ADO" ' DesigntimeType="ADO" ' HTTP="false" ' Catalog="" ' Schema="" Dim MM_MG_STRING MM_MG_STRING = "DRIVER={MySQL ODBC 3.51 Driver};Server=localhost;Database=the name of database;UID=our User ID;pwd=Our Password;" %> I can give more info if needed......i just dont know what is needed. |
![]() |
| Viewing: ASP Free Forums > Other > Programming Help > Totally Lost |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|