"Insufficient base table information for updating or refreshing" ???
From: PP (paulo_at_endosoft.com.br)
Date: 08/19/04
- Next message: Mike Shkolnik: "Re: "Insufficient base table information for updating or refreshing" ???"
- Previous message: Dave Blake: "Re: Expert: Sorting a DBGrid from an Access Db via ADO"
- Next in thread: Mike Shkolnik: "Re: "Insufficient base table information for updating or refreshing" ???"
- Reply: Mike Shkolnik: "Re: "Insufficient base table information for updating or refreshing" ???"
- Reply: Brian Bushay TeamB: "Re: "Insufficient base table information for updating or refreshing" ???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 19 Aug 2004 10:40:46 -0300
what is this error on ADO Query when I try to refresh...
"Insufficient base table information for updating or refre"
Ado Query:
object qCampanha: TADOQuery
Connection = dmMain.cntWytronDir
CursorType = ctStatic
ParamCheck = False
Parameters = <>
SQL.Strings = (
'select * from camp'
'where ID > 0'
' ')
Left = 176
Top = 208
end
ADO Connection:
object cntWytronDir: TADOConnection
Connected = True
ConnectionString =
'Provider=MSDASQL.1;Password=DragonBall65;Persist Security Info=T' +
'rue;Data Source=CampAtual'
LoginPrompt = False
Mode = cmReadWrite
Left = 16
Top = 20
end
Could somebody help me again?
PP
- Next message: Mike Shkolnik: "Re: "Insufficient base table information for updating or refreshing" ???"
- Previous message: Dave Blake: "Re: Expert: Sorting a DBGrid from an Access Db via ADO"
- Next in thread: Mike Shkolnik: "Re: "Insufficient base table information for updating or refreshing" ???"
- Reply: Mike Shkolnik: "Re: "Insufficient base table information for updating or refreshing" ???"
- Reply: Brian Bushay TeamB: "Re: "Insufficient base table information for updating or refreshing" ???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|