use DB file without attaching
-
How can I use DataBase without attach ? I want to write a program and use sql how can I Insert,... data to sql without attach database file ?
-
How can I use DataBase without attach ? I want to write a program and use sql how can I Insert,... data to sql without attach database file ?
Hi, what do you mean by 'attach'? Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
-
How can I use DataBase without attach ? I want to write a program and use sql how can I Insert,... data to sql without attach database file ?
-
Hi, what do you mean by 'attach'? Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
attach means not attaching dB file just put It in program's directory and use it like SQLEXPRESS
-
attach means not attaching dB file just put It in program's directory and use it like SQLEXPRESS
So you want to use the db file (sql-express) without attaching it to the server? Well I think this is not possible. But you could use another database like derby etc. which can be used without an existing server...
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.