R
RvGrah
I've always bought VS Pro in the past, and wanted to try it out but
it's not available yet, so I downloaded 2008 Express and opend copies
of some of my apps in it. Amazingly, all my code works just fine, and
more importantly it runs faster, both the environment and the exe's on
client machines. Some by an order of magnitude, as in things that took
5 seconds before being unmeasurable (to the eye) now.
One headache though, at design time, in dataset design views, I can't
connect to a running instance of a Sql Developer edition database.
Fine, maybe the free version doesn't support that. So I exported the
database to a backup copy and restored that to an instance of
SqlExpress on the same machine. Can't connect to that either, it says
"the file is in use" (It seems you have to specify the file, not the
databas instance). So I detach the file, and now I can connect to it,
if I make sure that neither Sql Developer nor Express currently have a
any locks on it, which they seem to try to do anyway.
Does anyone have an idea of how to connect to the running instance in
Sql Express or Sql Developer? In Design view?
Thanks, Bob
it's not available yet, so I downloaded 2008 Express and opend copies
of some of my apps in it. Amazingly, all my code works just fine, and
more importantly it runs faster, both the environment and the exe's on
client machines. Some by an order of magnitude, as in things that took
5 seconds before being unmeasurable (to the eye) now.
One headache though, at design time, in dataset design views, I can't
connect to a running instance of a Sql Developer edition database.
Fine, maybe the free version doesn't support that. So I exported the
database to a backup copy and restored that to an instance of
SqlExpress on the same machine. Can't connect to that either, it says
"the file is in use" (It seems you have to specify the file, not the
databas instance). So I detach the file, and now I can connect to it,
if I make sure that neither Sql Developer nor Express currently have a
any locks on it, which they seem to try to do anyway.
Does anyone have an idea of how to connect to the running instance in
Sql Express or Sql Developer? In Design view?
Thanks, Bob