Programming Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsOtherProgramming Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old October 3rd, 2003, 03:33 PM
Uugah Uugah is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 4 Uugah User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to Uugah
Unhappy Totally Lost

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.

Reply With Quote
  #2  
Old October 4th, 2003, 03:59 PM
Uugah Uugah is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 4 Uugah User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to Uugah
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.

Reply With Quote
Reply

Viewing: ASP Free ForumsOtherProgramming Help > Totally Lost


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway