navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

DRW Without FP Extensions

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> DRW Without FP Extensions
Page: [1]
 
Joey

 

Posts: 167
Joined: 5/15/2002
From:
Status: offline

 
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

 

Posts: 79
Joined: 3/5/2005
From: London, United Kingdom
Status: offline

 
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


(in reply to Joey)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> DRW Without FP Extensions
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts