DRW Without FP Extensions
(Full Version)
All Forums
>>
[Web Development]
>>
ASP and Database
Message
Joey
->
DRW Without FP Extensions
(1/22/2008 1:47:57)
Can anyone tell me how to do this on a web server w/o FP extensions?
Not sure how t integrate the database connection / close
include file="_fpclass/fpdblib.inc"-->
<%
fp_sQry="SELECT * FROM test WHERE (test = '::test::')"
fp_sDefault="test=test123"
fp_sNoRecords="No records returned."
fp_sDataConn="content"
fp_iMaxRecords=0
fp_iCommandType=1
fp_iPageSize=0
fp_fTableFormat=False
fp_fMenuFormat=False
fp_sMenuChoice="test"
fp_sMenuValue="test"
fp_sColTypes="&ID=3&test=202"
fp_iDisplayCols=2
fp_fCustomQuery=False
BOTID=0
fp_iRegion=BOTID
%>
<!--#include file="_fpclass/fpdbrgn1.inc"-->
<%=FP_Field(fp_rs,"page_content")%>
<!--#include file="_fpclass/fpdbrgn2.inc"-->
bernieboy31
->
RE: DRW Without FP Extensions
(1/22/2008 7:58:38)
Hmm,
Does the web server support .asp?
If so, possibily time to get into sql/asp/ado [;)]
I did and although I still use FP for some stuff I code lots myself.
Take a look at
http://www.w3schools.com/ado/ado_recordset.asp
- There is loads on w3schools inc. some examples that you can use.
HTH
Page:
[1]
Forum Software ©
ASPPlayground.NET
Advanced Edition
2.4.5 ANSI
0.03125