Hi tazUK thanks for your reply .
I am still looking but still no luck. I am tring to restore a database on a new blank database that i created. I have done this from the SQL Enterprise Manager using an option called force restore over existing databse but i can't find semilar option through...
Thanks macleod1021 for the tip but when i searched google it returned 128,000 Hit. the first was about the C language.
The restore worked fine, But when i tried to restore it to a newly created database it raised an error that the original database -That i created the backup from- file is in...
I am running SQL server 2000
I have created a backup of a database through VB 6.0
How can i restore that backup to the database through code?
Can i restore the backup to another database on the server, through code?
Thanks in advance.
Thanks LB for your reply
The calculate combo does not have sum in it. it has maximum , minimum, count and other stuff but no sum.
I am using crystal report for VS.NET 2002
Thanks
Hi All;
I have a dataset with one table in it. after making updates to the table i am tring to save it using the DataAdapter. using the following command:
damf.Update(MyDataset, "Table1")
the following error keeps raising:
update requires a valid UpdateCommand when passed DataRow...
Thanks Bob and kevin for your reply
My command is;
"Rar.exe"
with the arguments
" a -rr2048 -t -m5 -isnd -r -t " & FileName & "D:\My Documents\"
where :
FileName = "i:\Back" & trim(str(Date.Today.DayOfWeek)) & ".rar"
I think that the long file name "My Documents" makes an error with rar it...
Hi All;
This is my first Report. I have created a blank report and set the data source to a dataset but i do not how to add fields to the report.
I am using this code
Dim MyDataset As New DataSet()
Dim cnAccess As New OleDbConnection()
Dim SqlStr As String
sqlstr = "Select * from Customer"...
Hi All;
I am new to .NET. I have created a blank report and set the data source to a dataset but i do not how to add fields to the report.
I am using this code
Dim MyDataset As New DataSet()
Dim cnAccess As New OleDbConnection()
Dim SqlStr As String
sqlstr = "Select * from Customer"...
Hi All;
I have a Textbox and a Datagrid on my form.
How can i search the datagrid for the text in the textbox?
and point to the Corresponding record.
Thanks in advance
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.