Welcome to dbFreaks.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

dao in asp

 
   Database Help (Home) -> Visual Basic -> DAO RSS
Next:  Access Database Corruption  
Author Message
Vikramaditya Singh

External


Since: Nov 20, 2003
Posts: 1



(Msg. 1) Posted: Thu Nov 20, 2003 3:33 pm
Post subject: dao in asp
Archived from groups: microsoft>public>vb>database>dao (more info?)

is it possible to use dao 3.6 object in asp page. and if yes than how to
create dao.dbengine and dao.database object in asp

thanks

 >> Stay informed about: dao in asp 
Back to top
Login to vote
Robert Chafer

External


Since: Nov 22, 2003
Posts: 1



(Msg. 2) Posted: Sat Nov 22, 2003 8:21 pm
Post subject: Re: dao in asp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Vikramaditya Singh" <vicksjaipur.RemoveThis@yahoo.com> wrote:

 > is it possible to use dao 3.6 object in asp page. and if yes than how to
 > create dao.dbengine and dao.database object in asp
 >
 > thanks
 >
Why would you bother?

Robert Chafer<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: dao in asp 
Back to top
Login to vote
Joe Nuke Me Xemu F

External


Since: Nov 30, 2003
Posts: 96



(Msg. 3) Posted: Sat Nov 22, 2003 8:21 pm
Post subject: Re: dao in asp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Robert Chafer" <rob.TakeThisOut@silverfrost.com> wrote in message <news:2n6vrv8844lnn6mq1n1fd5f2lm1isk0hr3@4ax.com>...

 > "Vikramaditya Singh" <vicksjaipur.TakeThisOut@yahoo.com> wrote:
 >
  > > is it possible to use dao 3.6 object in asp page. and if yes than how to
  > > create dao.dbengine and dao.database object in asp
  > >
  > > thanks
  > >
 > Why would you bother?

Agreed. Using DAO instead of SQL Server from ASP is probably
a EULA violation! Although a CreateObject("DAO.DBEngine.35")
or CreateObject("DAO.DBEngine.36") ought to work in VBScript.

--
Joe Foster <mailto:jlfoster%40znet.com> Space Cooties! <http://www.xenu.net/>
WARNING: I cannot be held responsible for the above They're coming to
because my cats have apparently learned to type. take me away, ha ha!<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: dao in asp 
Back to top
Login to vote
david epsom dot co

External


Since: Sep 11, 2003
Posts: 87



(Msg. 4) Posted: Tue Nov 25, 2003 1:52 pm
Post subject: Re: dao in asp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

CreateObject(DAO.DBEngine.35) won't work in VBscript
unless DAO/Jet has been /licensed/ as well as installed
and registered. Licensing normally happens when you
install Access or Visual Studio or ????. I know I
can't VBscript DAO.DBEngine.35 after installing DAO/Jet
3.5 on a clean copy of Windows.

Given that Jet 4.0 was part of the last Windows Service
pack, I don't know that the same applies to DBengine.36

Also, reviewing the experience of Jet with Web, we see
that the first problem was that the ODBC drivers were not
thread safe (compiled with a version of the C++ data
classes that was not thread safe). The second problem
was that the data could not be backed up (when asp pages
are sourced from a Jet database, the database is locked
unless the web server is brought down). Neither of
these problems are obviously relevant to the question.
Jet is a relatively fast and flexible database engine:
If he can avoid the licensing problem, it will be interesting
to see what he comes up with.

(david)


"Joe "Nuke Me Xemu" Foster" <joe.DeleteThis@bftsi0.UUCP> wrote in message
news:uZLNr1SsDHA.2304@TK2MSFTNGP12.phx.gbl...
 > "Robert Chafer" <rob.DeleteThis@silverfrost.com> wrote in message
<news:2n6vrv8844lnn6mq1n1fd5f2lm1isk0hr3@4ax.com>...
 >
  > > "Vikramaditya Singh" <vicksjaipur.DeleteThis@yahoo.com> wrote:
  > >
   > > > is it possible to use dao 3.6 object in asp page. and if yes than how
to
   > > > create dao.dbengine and dao.database object in asp
   > > >
   > > > thanks
   > > >
  > > Why would you bother?
 >
 > Agreed. Using DAO instead of SQL Server from ASP is probably
 > a EULA violation! Although a CreateObject("DAO.DBEngine.35")
 > or CreateObject("DAO.DBEngine.36") ought to work in VBScript.
 >
 > --
 > Joe Foster <mailto:jlfoster%40znet.com> Space Cooties!
<http://www.xenu.net/>
 > WARNING: I cannot be held responsible for the above They're
coming to
 > because my cats have apparently learned to type. take me away,
ha ha!
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: dao in asp 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
DAO 3.6 record locking - Hi, Is it possible to programmatically lock a single record in a VB application using DAO 3.6? I would like to lock users' records when they log on to the app. Later I can check if a user's record is locked to see if they are logged in or not. (I....

Fixes for VB4 or DAO 3.0 - I've got VB4 (32-bit) and it seems to use DAO 3.0. Is there a service pack for either of these that I can use? I'm having issues with DAO and > 2GB of RAM on the machine, and don't want to have to move to a newer version of VB if I can help it, just t...

Jet error - I've just started getting this error message on a seemingly random basis. 'The Microsoft Jet database engine does not recognize 'CID' as a valid field name or expression.' CID is a text field, and it is a valid column name. The line of code that..

DAO reference / Access 2007 - while using an Access 2007 .accdb file I can access the dao. object very easily. the following code in VBA works well : Function getrecordcount(strTableName As String) As Long Dim dbCurrent As DAO.Database Set db = CurrentDb Dim rstRecords A...

Data Source - Data Report Designer - Is there a way to change the Database Source at run time in the Microsoft Data Report Designer? If so. How?
   Database Help (Home) -> Visual Basic -> DAO All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]