Viewing 7 posts - 1 through 8 (of 8 total)
Sorry,
The problem is the GROUP BY clause like this :
select count(*) from EmptyTable1
group by AnyTableOneField
it returns me nothing but an empty recordset.
Is there a way to correct this...
May 30, 2002 at 11:55 am
If you want to save/load your image in/from your SQL Server Database you will need to use the Stream object of ADO.
Dim strStream As ADODB.Stream
Dim rs As ADODB.RecordSet
Dim cn...
April 2, 2002 at 2:46 pm
This view link 15 tables. It is BIG. All the table are named explicitly but one of them is like "Table.*" because its the principal table of this view.
Any ideas...
March 18, 2002 at 2:37 pm
Yes I remove a column from my table. Since sp_refreshview is working when I Add a column I wonder why there is nothing to refresh a view when I remove...
March 18, 2002 at 11:34 am
I don't want to alter my view because it is very big and I need to run all my SQL script at my customer office so I want my SQL...
March 18, 2002 at 11:23 am
I used sp_refreshview to refresh my view.
sp_recompile only recompile Tables and Views when a stored procedure who reference them is run.
Thanks a lot,
DaSaint
March 15, 2002 at 1:32 pm
Antares686,
Sorry I just tried it and it doesn't worked. I had a field to my table. I run a select on the view that return the fields of this table...
March 15, 2002 at 1:23 pm
Viewing 7 posts - 1 through 8 (of 8 total)