» Quick Links
You can make money on these forums
We Share profits with you
Google
Google Adsense
Google Adwords
YPN
Yahoo
MSN Search
Web Directories
Web Hosting
Web Hosting Offers
Hosting News
Suggestions
Link Building
Domain Names
PHP Forums
MySQL Forums
» More Links
OSP News
Reseller Hosting
Shared Hosting
Dedicated Servers
Google Adsense
Search Engine Marketing
Link Development
Affiliate Marketing


» Advertising
Multiple DC PR Check

Free SEO Tools


Go Back   Webmaster Forums > Website Developement / Programming > ASP forums and Tips

ASP forums and Tips Talk about ASP Scripting. .net and Cold Fusion as well.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-19-2006, 11:15 AM
dan dan is offline
OSP Starters
 
Join Date: Aug 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
dan is on a distinguished road
Default Problems using functions w/ parameters

The error is

Code:
public function query("host","sql")
cst="driver={mysql odbc 3.51 driver};server="&host&";uid=root;pwd=;database=tes t"
some more code..

and when calling the function...

Code:
some code
db.query("localhost","select * from startsida order by nr")
some more code..

what's wrong (error tells "identifier expected") ?

Any help will be appreciated
Bye and thanks -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Revenue Sharing Ads ( ?):
  #2  
Old 08-19-2006, 11:18 AM
joshua joshua is offline
OSP Starters
 
Join Date: Mar 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
joshua is on a distinguished road
Default

Instead of
public function query("host","sql")

you should try:
public function query(host,sql)

or even
public function query(byVal host, byVal sql)

Have a nice time -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Reply


Thread Tools
Display Modes

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
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
i m facing ranking problems jig123 Yahoo 5 07-22-2008 10:10 AM
Problems With Updating DNS longhornfreak Web Hosting Industry 0 02-17-2007 12:17 AM
problems with Google Toolbar recently? hunter Google 3 09-18-2006 03:19 PM
MySQL Select Date comparisons functions? features? rice MySQL Forums 1 08-22-2006 02:21 PM
PHP/MySql problems splendor PHP Programming and Tips 1 07-30-2006 12:08 PM


All times are GMT. The time now is 12:40 AM.