Marc
|
| Posted: 12/14/2004, 1:17 PM |
|
Hi,
i hav cereated a store with the template (using MS-access database)
first of all i get the message , query must be updateble -> i tracked this error down to security settings of the folder. However changing the settings of the map as advised doesn't do the trick. so i guess that's problem 1
Problem 2, when i want to move the application toa remote host the access database has to move too. I don't see how you can change the path or otherwise tell the program were the new database is.
I think is program is very powerful but unfortunately every build i make has errors and so far i haven't been able to get 1 example working. Some help would be greatly appreciated as I intent to buy the program. I already own .net but i like this program better.
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 12/14/2004, 1:26 PM |
|
Hi,
Re: 1
Which programming language are you using?
Re: 2
Currently you'd need to change the database path in CCS, in the Connection -> Server settings, every time you change the server (for example from local to remote).
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Marc
|
| Posted: 12/14/2004, 6:47 PM |
|
Hi,
1.
i am using asp.net
2.
can you give me some steps as i have tried to change the connection string but it didn't work.
i am sorry to ask probably trivial questions but for me they are real show-stoppers.
kind regards,
marc
|
|
|
 |
Marc
|
| Posted: 12/14/2004, 6:48 PM |
|
in addition to my previous mail: using asp.net with the VB language.
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 12/14/2004, 7:02 PM |
|
#1: OK, then I suspect that you did everything correctly, except that for ASP.NET you would need to assign the permissions to the user "ASPNET" instead of "IUSR".
#2: Take a look at: http://docs.codecharge.com/studio/html/UserGuide/Workin...Connection.html
That's where you'd change your server database connection settings, for example before publishing the application to a remote server. You can also click the "Build" button to connect to the local database, then manually edit the connection string to specify the database location on the remote server.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Marc
|
| Posted: 12/15/2004, 5:41 AM |
|
ok, problem 1 is solved. thanks. however i still find it difficult to get the database working on a commercialhost.
the documentation bescribes the asp case but the asp.net case is very brief and not understandable for me.
I have placed the code plus the database in my virtual root directory.
Can you give me the exact connectionstring for the DBinternet database ? (ms-access)
Kind regards,
Marc
|
|
|
 |
Marc
|
| Posted: 12/15/2004, 3:36 PM |
|
Peter , you still there ? i was hoping you could help me with the connectionstring.
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 12/16/2004, 3:57 PM |
|
I just looked at that documentation and for .NET it reads: "When publishing .Net code in C# or VB.Net, you can use the DSN and DSN-less connections similar to those used when publishing in ASP"
The ASP section has the exact connection string example.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |