Some things that do work only when I am on connected to internet



Hello,

I have a .NET web application.
I have a *.mdb file,
the connectionString is something like :

conMain.ConnectionString = "provider = microsoft.jet.oledb.4.0; data source
= " _

& Server.MapPath("./db/mydb.mdb")


When I am doing update, or just even simple command :
cmd = new oleDB.oleDBCommand,
system throws me to the unload event,
after that, system run to the next command.

Also when I am doing something like :
retval = cmd.executeNoneQuery(),

system also throws me out.

When I am connected to internet, and run the web application again -
everythings is OK.
It seems that things don't work well to the *.mdb file (maybe some
configurations) when I am not running on the internet.

What may be the reason for the above problem ?

.....
Also,
when I running the application on the second time, I got the message :
Error while trying to run project : unable to start debugging on the web
server.
The system cannot find the file specified.

I didn't find out what file ???

Thanks :)


.



Relevant Pages

  • Re: Some things that do work only when I am on connected to internet
    ... > the connectionString is something like: ... system run to the next command. ... > It seems that things don't work well to the *.mdb file (maybe some ... > configurations) when I am not running on the internet. ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: script to compact database VBS
    ... If you go with the command line, its just a matter of creating a short cut ... compact this db every time it opens? ... ' Set a name and path for a temporary mdb file ... 'Set objAccess = CreateObject ...
    (microsoft.public.access.modulesdaovba)
  • how to create a mdb file from the flat file through an automated process?
    ... when you wanted to create your new .mdb file ... the code that will automatically import the CSV file (this ... You will need to look up "command ... That would be a better question for the Programming ...
    (microsoft.public.access.externaldata)
  • Some things that do work only when I am on connected to internet
    ... I have a .NET web application. ... the connectionString is something like: ... or just even simple command: ... It seems that things don't work well to the *.mdb file (maybe some ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Object variable or With block variable not set
    ... I am doing some new work on it and opened up the form - to add a new command ... The command button wizard attempts to ... button for, Navigation, Open a Form, Run a Report, etc., but there is no ... I tried a new .mdb file, new form, new button. ...
    (microsoft.public.access.formscoding)