Hey
In this post: http://www.devart.com/forums/viewtopic. ... highlight=
you told me, that it would be possible, to work with different databases. I tried today with the latest build, but it doesn't work at all.
How to use the *.config file? - Because only with a different connectionstring, it seems not to work.
Please help - THX
How to work with different databases?
I try the following code.
But it still tries to handle the orignial Schema which is voptneu
Also when I try:
I get the error, that the table x exists, even the Database is empty
THX
But it still tries to handle the orignial Schema which is voptneu
Code: Select all
Dim str As String = "User Id=root;Password=*****;Host=localhost;Port=3307;Database=bacik;Compress=True;Persist Security Info=True;"
Dim dContext As New Voptneucontext.Voptneudatacontext(str)
Code: Select all
dContext.CreateDatabase(False)
THX