Viewing 15 posts - 1 through 15 (of 17 total)
SSE = SQL Server Express
April 22, 2009 at 6:27 pm
The database has to be attached to SSE before it will work. You normally attch a database with a connectionString. Are your connectionStrings in order?
Is SSE running? Check the Configuration...
March 15, 2009 at 1:20 pm
Can anyone tell me what I need to do to resolve this, please?
Can you give some more info with your setup and circumstance!
What is your connectionString?
Do you have protocols enabled?...
January 31, 2009 at 9:19 pm
Did you ever get it to work? Are you able to log in?
Did you upload your App_Data folder to the remote site?
Have you contacted the host and asked them to...
January 24, 2009 at 2:53 pm
Where did you get the name of the LocalSqlServer?
add name="LocalSqlDBServer"
Should that be "add name=LocalSqlServer"?
Here's a sample string to connect to a remote host using .Net Framework 2.0
<connectionStrings>
<remove...
January 21, 2009 at 4:41 pm
smunson,
Your input is great I appreciate it and thanks! Time to draw the line on this thread though.
I saw you had some trouble with IIS/ASP.Net in another thread. I could...
January 17, 2009 at 7:26 pm
Did you develop the site on your local box and have SQL Express running on your local box?
Do you have this line in your web.config file?
authentication mode="Forms"
Do you have this...
January 17, 2009 at 1:33 pm
Thanks very much for the insight and code sample. Your advice is valuable.
I don't want to use bound controls for writing records. I found out right away that method can...
January 17, 2009 at 1:13 pm
I, for one, would certainly not give up on ADO code
No no no! I have no intentions of doing that. I don't know if I explained correctly in my first...
January 16, 2009 at 2:06 pm
Many thanks guys for your input!
More importantly, however, you haven't had to deal with the users I've had to deal with, and I wouldn't wish them on my worst enemy
Dealing...
January 15, 2009 at 4:13 pm
Thanks smunson,
I'm not a pro Access guy. I'm into web apps with html, javascript, asp.net, etc. I've been learning Access for a couple projects and it keeps getting deeper.
What you...
January 13, 2009 at 4:30 pm
Check out the properties of your schemas in Management Studio and you may find the problem.
January 11, 2009 at 5:18 pm
"Data Source=.\CGORGDB;"
"Data Source=TP077\CGORGDB;"
Are these two lines correct in your cStrings?
In Management Studio on the login window, what is the name of the server?
The default instance is SERVERNAME\SQLEXPRESS. In your...
January 9, 2009 at 6:51 am
Thanks much Lowell, I'll check it out. And thanks much to you too bitbucket.
January 8, 2009 at 9:38 pm
Then the problem seems to be during the installation, for some reason it is not getting all the command line parameters.
Do you mean the database creation?
January 8, 2009 at 9:35 pm
Viewing 15 posts - 1 through 15 (of 17 total)