Ask a Question related to ASP Database, Design and Development.
-
Erwin #1
newbie sql
Hi,
I've got a newbie question:
i've got a device running with a WINCE.NET platform including the
webserver functionality.
Is it possible to access/create a localy SQL DataBase from an ASP page
running on that webserver?
and if it is, how? (code example)
i hope you can help me
thanks erwin
..
Erwin Guest
-
A newbie with a newbie question
Good afternoon everyone, My Name is Dusty I am new to this forum and pretty new to Acrobat. I have Acrobat 9 running on an IMAC running 10.5.2 I... -
Help for a Newbie
Hi All, I have 3 files I am using, Index.html, Test.asp, MyNewpage.html. I am try to load MyNewPage.html into Test.asp. Index.html has a link as... -
newbie ill q
Hey everyone, I have to work on some logos for my place of business... I've scanned them in , edited them in Photoshop, and then made a workpath... -
Please help a newbie!
Hi, I am just starting out using Flash MX. I just want some general knowledge on Flash......I am planning on making a website, but I have no idea... -
Newbie help with LWP
When you login the server must pass a token back to the browser so that the browser can identify itself to the server in the next request. This is... -
Ken Schaefer #2
Re: newbie sql
Do you have SQL Server CE? Then you can use ADOCE to access the SQL Server
database from your ASP page running on the CE device.
Cheers
Ken
"Erwin" <erwin.zwart@pts.nl> wrote in message
news:a06a5c16.0307282231.6e9885bf@posting.google.c om...
: Hi,
:
: I've got a newbie question:
:
: i've got a device running with a WINCE.NET platform including the
: webserver functionality.
: Is it possible to access/create a localy SQL DataBase from an ASP page
: running on that webserver?
:
: and if it is, how? (code example)
:
: i hope you can help me
:
: thanks erwin
: .
Ken Schaefer Guest
-
Ken Schaefer #3
Re: newbie sql
I can't help you with the CE Framework stuff - I don't know enough about it.
With the ADOCE stuff, you need to install that manually (there are
instruction as part of the SQL Server CE 1.1 setup)
Cheers
Ken
"Erwin Zwart" <erwin.zwart@pts.nl> wrote in message
news:eVBIzkbVDHA.1512@TK2MSFTNGP11.phx.gbl...
: Thanks for your reply,
:
: To be honest i don't realy now,
:
: I was able to create a SQL Database programmaticly in C# with:
:
: -----
: SqlCeEngine engine = new SqlCeEngine("Data Source = \\Hard
: Disk\\test.sdf");
: engine.CreateDatabase();
: SqlCeConnection ssceconn = new ...
: etc
: -----
:
: I also tried the following in my ASP Page:
: Set myDB CreateObject("ADOCE.Connection.3.1") but that failed with:
: Can't create object. So i gues it is not there?
:
: When i look into te registry i can see object referring to SSCE
: (SqlServerCE?) but nothing about ADO?
:
: i hope you can help me
:
: thanks Erwin
:
:
: *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
: Don't just participate in USENET...get rewarded for it!
Ken Schaefer Guest



Reply With Quote

