JavaScript Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingJavaScript Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
  #1  
Old February 7th, 2006, 05:24 AM
kumar_siva kumar_siva is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2006
Posts: 3 kumar_siva User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 m 12 sec
Reputation Power: 0
Problem in accessing MSAccess Database using Javascript

i am not able to retrive the data from the web server using the below mentioned javascript. I got the web server path by using the asp function Server.MapPath() and i am able to retrive the data using asp. but i have to use javascript so pls help me and tell me where i am wrong..........

function GetDBMake()
{
var objCN = new ActiveXObject("ADODB.Connection");
var objRS = new ActiveXObject("ADODB.Recordset");
var strRet = "";
objCN.open("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Inetpub\mebco.com\mebco.mdb;Persist Security Info=False")
objRS.open("Select distinct make From Battery_Names", objCN, 0, 1)

while(!objRS.EOF)
{
strRet = strRet + ';' + objRS.Fields("make");
objRS.MoveNext()
}

objRS.close
objCN.close
return strRet;
}

!!! kumar !!!

Reply With Quote
  #2  
Old February 7th, 2006, 07:45 AM
MadCowDzz's Avatar
MadCowDzz MadCowDzz is offline
I'm Internet Famous
Dev Articles Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890 MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Week 16 h 4 m 48 sec
Reputation Power: 8
I hope this is a school project, because Javascript and Database sounds like a huge security hole.
Are you getting any type of useful error, or anything that could help us track it down?
__________________
Daryl's Homepage | My Blogroll | My Profile | Firefox supporter!
DevArticles Forum Moderator

"The net is a waste of time, and that's exactly what's right about it." -- William Gibson

Reply With Quote
  #3  
Old February 8th, 2006, 12:54 AM
kumar_siva kumar_siva is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2006
Posts: 3 kumar_siva User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 m 12 sec
Reputation Power: 0
no i didn't get any error msgs from the web server. but the code is working perfectly in the LAN. Why i am using javascript is, for getting remote scripting support. And i changed the code to vbscript there the recordset count displaying -1 values. can u help me pls

thank u.

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingJavaScript Development > Problem in accessing MSAccess Database using Javascript


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