Hi everyone,
My company writes and maintains a .net 1.1 application which connects to an SQL Server 2000 Database.
Using SQLDMO we envoke a Backup of this Database from the client.
We are currently looking into upgrading to SQL Server 2005 and had not encountered any compatibility problems running until one of our testers tried to do a Backup from the client.
Due to SQL Server 2005 no longer using DMO the backup fails... I have been reading up on SQL Server 2005 and now know it uses SMO & RMO.
The problem I have, which by now you clever lot have probably realised, is that SMO / RMO are .net 2.0+ only and currently updating our application to .net 2.0+ is NOT an option much as I would like to but management have overruled.
So... my question, which 'googling' has failed in answering so far, is it possible to envoke a Backup operation from a .net 1.1 application on a SQL Server 2005 database?
If so, any ideas as to how?
Thanks in advance...
My company writes and maintains a .net 1.1 application which connects to an SQL Server 2000 Database.
Using SQLDMO we envoke a Backup of this Database from the client.
We are currently looking into upgrading to SQL Server 2005 and had not encountered any compatibility problems running until one of our testers tried to do a Backup from the client.
Due to SQL Server 2005 no longer using DMO the backup fails... I have been reading up on SQL Server 2005 and now know it uses SMO & RMO.
The problem I have, which by now you clever lot have probably realised, is that SMO / RMO are .net 2.0+ only and currently updating our application to .net 2.0+ is NOT an option much as I would like to but management have overruled.
So... my question, which 'googling' has failed in answering so far, is it possible to envoke a Backup operation from a .net 1.1 application on a SQL Server 2005 database?
If so, any ideas as to how?
Thanks in advance...