"Hassan" <aamrane@menara.ma>'s wild thoughts were released
on Thu, 20 Sep 2007 15:10:24 -0000 bearing the following
fruit:
>Dim Rs as new ADODB.Recordset
>
>I have a valid connection. i use it before this instruction to read others
>tables.
>
>Thinks.
'And finally show us what sqlStr contains'
>> "Hassan" <aamrane@menara.ma>'s wild thoughts were released
>> on Thu, 20 Sep 2007 10:20:50 -0000 bearing the following
[quoted text clipped - 21 lines]
>>
>> https://mvp.support.microsoft.com/profile/Jan.Hyde
--
Jan Hyde
https://mvp.support.microsoft.com/profile/Jan.Hyde
Hassan - 22 Sep 2007 11:17 GMT
with sqlstr = "SELECT * FROM ...". It's works.
but with sqlstr = "SELECT field1, field2, ... FROM" It's not works !
Hassan - 22 Sep 2007 12:22 GMT
I found the problem.
I used the words 'Input' and 'Output' as Alias in Select : Select field2 as
Input, filed2 as Output,...