|
 |
|
|
 |
|
|
hello. when i want to backup a database by this project(Database Backup) it gives some Errors. when it perform this line: db.Tables.Item(sTablesName).ExportData() it give exeption Error :"[Microsoft][ODBC SQL Server Driver][SQL Server]Code page 720 is not supported by SQL Server [Microsoft][ODBC SQL Server Driver]Unable to resolve column level collations" please tell me what is it and what am i resolve this problem.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
Doesn\'t work with vista. It gives error saying it has stopped working as soon as I hit backup.
It connects fine to the server and displays tables and other objects but cant backup. thanks for any input.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
 |
|
|
You need to select tables that you want to backup. When you restore, same rule applies.
There is a little bug in this program. Sometimes it can not create new database. What you should do is create database manualy in Enterprise manager. And restore database without Create New Database option.
Shabdar
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
I've checked everything, on backup and on restore, the database gets created, so that's working OK.
The program even says that all the tables are created, but the tables were the data has to be restored, give an error (that the table isn't there).
Will try and test it like you described.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
I want to backup and restore all tables content only. Is it possible to do it without sqldmo library. I don't want to use sqldmo.
|
| Sign In·View Thread·PermaLink | 3.00/5 (1 vote) |
|
|
|
 |
|
|
hi frndz i m using dataset to insert row in ms access table... it is working fine but when m redebugging the program and inserting the new row old row get deleted and new entery remains..... alse if i m filling the dataadapter with data set old row get deleted... but when i m making setup of my application and rumming it after installation this problem is not there and everything working fine.... i m using vb.net 2005 does any one has solution 4 this.. well thanx in advance
gaurav kumar jaiswal
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
hi i tink your problem is this: for example
objcommand.CommandText = "UPDATE UNIT SET [unitName] =@UnitName WHERE unitID=@unitID"
[ ] is very important in sql string when use access database
bye
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
how to make my login form like windows login form ? in vb ,every form has the title in top of the form (the blue on top of each form) i mean how to remove it ,create a form without it
freedom!
|
| Sign In·View Thread·PermaLink | 1.50/5 (2 votes) |
|
|
|
 |
|
|
 |
|
|
hello. when i want to backup a database by this project(Database Backup) it gives some Errors. when it perform this line: db.Tables.Item(sTablesName).ExportData() it give exeption Error :"[Microsoft][ODBC SQL Server Driver][SQL Server]Code page 720 is not supported by SQL Server [Microsoft][ODBC SQL Server Driver]Unable to resolve column level collations" please tell me what is it and what am i resolve this problem.
|
| Sign In·View Thread·PermaLink | 3.50/5 (2 votes) |
|
|
|
 |
|
|
hi anahita_m, Now i am facing same problem which you posted. Have you got any solution for this? Please reply me.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
How can I handle the table creation order because it doesn't creates the table if there is an error of this kind, do you have a solution for this??
Foreign key 'FK__tests__3E49B918' references invalid table 'grades'. Could not create constraint. See previous errors.
Thank you for your help!
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
|
 |
|
|
main database is giving error doesnt work would you please tell me the cause of this error?
"exception of type system.outofmemoryexception was thrown"
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Hi i'm sorry for my english but y have a question do you know how to make for to compare squema database in sql and the aplication tell my about differences???
thanks..... TAZ
fsdafasdfsa
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
|
 |
|
|
Hi... Can u modify this code into vs.net 2002? I really2 need this backup/restore module in final project
Thanx in advance
|
| Sign In·View Thread·PermaLink | 2.25/5 (3 votes) |
|
|
|
 |
|
|
Cool code! But is possible work directly to SQL Express Attach file? I'm interesting in create and restore backups in different attach databases.
In the System.Data.SQLClient the ConnectionString for SQL Express provide an option "AttachDbFileName" ("XCopy technology"), but i don't know is it possible works in SQLDMO...
It's possible?
Thanks for all.
sorry but my poor english... 
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
I did not use copy file. These are just client side queries which fetches data and table structure from server and then store them in local directory in XML format. After that this directory is zipped into a single file and then I rename it to .sqlbackup from .zip extension. So basically its a zip file. It's not the regular SQL Server Backup which you can restore using Enterprise Manager.
Hope this helps.
-- modified at 13:17 Saturday 29th July, 2006
Shabdar
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |