Ask a Question related to ASP.NET General, Design and Development.
-
Thomas #1
update from between database
I have a Informix Database on Solaris and a SQL database. I need to
update from Informix to SQL daily. Is there any easy way of doing it?
BTW, I tried to use OleDbDataAdpater.Update to do the job. Nothing
happened after the program worked diligently for a while.
Thanks
Thomas Guest
-
Access Database will not update
I've got CF7 running on WinXP SP2 with Access 2000 database. Very simple table - 4 fields, all text except the Key. I can view, I can Insert, but... -
Use a CFC to update a database with a date
Hi All, I am trying to input a date in a database field with the current date. The datefield is in one table and I only want the date to be inserted... -
update database
I have a database where I need to input values that I calculate. I only need to do this once, so I wanted to write a template to do this quickly. I... -
scheduled update of database
Hi, I am using MS Access as database. I need to update the table on the 1st day of every quarter. Is there anyway to achieve ASP or MSAccess. ... -
Update database using dataset
I have a number of text boxes that are all data bound to a data set. I would like the user to be able to make changes to these text boxes and then... -
Jody Fisher #2
Re: update from between database
DTS
"Thomas" <cfang@telamon-corp.com> wrote in message
news:844eec0d.0307281542.2cb1333f@posting.google.c om...> I have a Informix Database on Solaris and a SQL database. I need to
> update from Informix to SQL daily. Is there any easy way of doing it?
> BTW, I tried to use OleDbDataAdpater.Update to do the job. Nothing
> happened after the program worked diligently for a while.
>
> Thanks
Jody Fisher Guest
-
Steve C. Orr, MCSD #3
Re: update from between database
I'd suggest using SQL Server Data Transformation Services (DTS)
Here's more info:
[url]http://www.microsoft.com/sql/evaluation/features/datatran.asp[/url]
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"Thomas" <cfang@telamon-corp.com> wrote in message
news:844eec0d.0307281542.2cb1333f@posting.google.c om...> I have a Informix Database on Solaris and a SQL database. I need to
> update from Informix to SQL daily. Is there any easy way of doing it?
> BTW, I tried to use OleDbDataAdpater.Update to do the job. Nothing
> happened after the program worked diligently for a while.
>
> Thanks
Steve C. Orr, MCSD Guest



Reply With Quote

