Viewing 15 posts - 1 through 15 (of 17 total)
Ok I got this. The view is setup and working now. Thanks for the help!
April 27, 2007 at 10:23 am
This sounds like a good idea but how do I change [Column Name] to ColumnName?
[Column Name] AS ColumnName?
April 27, 2007 at 9:59 am
Regarding this geniousconnect program, does anybody here have first hand experience with it?
It would be really helpful to me to hear some experiences.
March 28, 2007 at 8:41 am
Thank you for the advice Gift. The problem was with the catalogs. Since the old HD was copied to the new one it seems that the files for the catalog...
March 8, 2007 at 7:02 am
Thank you for the advice Gift. The problem was with the catalogs. Since the old HD was copied to the new one it seems that the files for the catalog...
March 8, 2007 at 6:56 am
Thank you for the advice Gift. The problem was with the catalogs. Since the old HD was copied to the new one it seems that the files for the catalog...
March 8, 2007 at 6:55 am
Thank you for the advice Gift. The problem was with the catalogs. Since the old HD was copied to the new one it seems that the files for the catalog...
March 8, 2007 at 6:54 am
Thank you for the advice Gift. The problem was with the catalogs. Since the old HD was copied to the new one it seems that the files for the catalog...
March 8, 2007 at 6:53 am
Thank you for the advice Gift. The problem was with the catalogs. Since the old HD was copied to the new one it seems that the files for the catalog...
March 8, 2007 at 6:53 am
Frances
I am also trying to learn to use this feature. Actually I need to fix it...
Here is some information I have found useful:
http://www.microsoft.com/technet/prodtechnol/sql/2000/books/c03ppcsq.mspx
March 1, 2007 at 2:14 pm
If you can't solve it or you do solve it please post back here. I am interested in helping out or hearing from others using this combination.
Also I found...
March 1, 2007 at 7:07 am
Hi Terry,
I have done an experiment with the self join method and the result was good. It really doesn't seem any more complicated either. e.g.
SELECT D2.uniqueID,...
February 21, 2007 at 8:43 am
Maybe this will help. I recently needed to get the last record ID from my table.
SELECT TOP 1 recordID
FROM yourTable
ORDER BY recordID DESC
Of course I am using SQL 2K but...
February 6, 2007 at 2:34 pm
I have been developing with the Zope application server now for more than 5 years. As you may know this software includes an OO DB called the ZODB. So far...
February 2, 2007 at 7:04 am
Alright John,
After mucking around with my tables here is what I came up with:
SELECT LastName
FROM TempSig TS JOIN TEMPLATE T
ON TS.TemplateID = T.TemplateID
JOIN SIGNATURE S
ON TS.sigID = S.SignatureID
WHERE T.Description...
December 20, 2006 at 1:21 pm
Viewing 15 posts - 1 through 15 (of 17 total)