Hi there,
I have a problem, well actually I had one until I did it a different way. But i still don't understand why this was giving me a fail:
.adodatconQueryBuilder.RecordSource = "describe memberlist"
.adodatconQueryBuilder.Refresh
For i = 1 To 22
.cboQueryBuilderFields.AddItem (.adodatconQueryBuilder.Recordset(0))
.lstQueryBuilderAvailableFieldNames.AddItem (.adodatconQueryBuilder.Recordset(0))
.adodatconQueryBuilder.Recordset.MoveNext
Next i
The db is Mysql with 22 fields, one of them a primary key. no matter how I set the fields, varchar, tinyint etc I still got this error:
"data provider or other service returned an E_FAIL status"
'mi casa es su casa'
]-=tty0=-[
ICQ:82621399
I have a problem, well actually I had one until I did it a different way. But i still don't understand why this was giving me a fail:
.adodatconQueryBuilder.RecordSource = "describe memberlist"
.adodatconQueryBuilder.Refresh
For i = 1 To 22
.cboQueryBuilderFields.AddItem (.adodatconQueryBuilder.Recordset(0))
.lstQueryBuilderAvailableFieldNames.AddItem (.adodatconQueryBuilder.Recordset(0))
.adodatconQueryBuilder.Recordset.MoveNext
Next i
The db is Mysql with 22 fields, one of them a primary key. no matter how I set the fields, varchar, tinyint etc I still got this error:
"data provider or other service returned an E_FAIL status"
'mi casa es su casa'
]-=tty0=-[
ICQ:82621399