Viewing 10 posts - 46 through 55 (of 55 total)
SQL ORACLE (5/27/2008)
Here is a link. May it help.http://www.easyfrom.net/articles/ms_access_to_sql_server/
But I would like to recommend you to export data to Access 2005, then import to Access 2007.
Unfortunately, this is not a...
May 28, 2008 at 7:09 am
I have tried Jeff's method of using sp_ReadErrorLog on our SQL2000 and ran into the following:
When the records shorter than the Content field it works no problem.
When the records were longer...
March 9, 2007 at 3:05 pm
Could also do the following:
select * from Tbla
join tblb
on tbla.id = 'Link_' + tblb.id
January 18, 2007 at 3:35 pm
Thanks Daniel,
That worked just fine. Too obvious a solution for me to have thought of. Guess it's just a flaw with Ent.Mgr.
Don
PS - "Microsoft Mystery"? Isn't that a redundant phrase??...
December 21, 2006 at 9:30 am
The AS400 has a primary, the SQL doesn't, but this doesn't seem to bother the query is run in the View design screen (or Query Analyzer). Only when I try...
December 20, 2006 at 3:44 pm
Maybe. Can the selection criteria be passed from report to report when you do that?
October 30, 2006 at 10:03 am
Thanks Wendy
As I understand it that would run the proc. from the report which would work for the first report. I was trying to prevent the user from having to...
October 30, 2006 at 9:22 am
It would seem that the journalling was the issue. Once I journalled the file I was able to update it using either the whether I used the IBM DB2 UDB...
September 1, 2006 at 1:57 pm
What should the 2nd param. be. In SQL it is the owner, but for a 400 query???
My current syntax has the LinkedServer as #1, Library as #3, and File as...
September 1, 2006 at 12:46 pm
Hi Jeff,
I was using the IBM ODBC with the IBM DB2 UDB OLE DB in th linked server.
I have created a new ODBC and an new linked server using the...
September 1, 2006 at 9:05 am
Viewing 10 posts - 46 through 55 (of 55 total)