Object reference not set to an instance of an oject.
Posted: Fri 05 May 2006 13:19
I use delphi 2006 and MySql 5.0
in the DataModule i add SQLConnection1.
My parameter
HostName=localhost, database=prova, UserName=root, password=xxx
....
when i make Connected=true averything going on good!!
I add a sqltable
SQLConnection = SQLConnection1
SchemaName = "prova"
TableName= impegni
WHEN I MAKE ACTIVE=TRUE //THIS ERRORE APPEAR
Object reference not set to an instance of an oject.
SomeOne can help me?
in the DataModule i add SQLConnection1.
My parameter
HostName=localhost, database=prova, UserName=root, password=xxx
....
when i make Connected=true averything going on good!!
I add a sqltable
SQLConnection = SQLConnection1
SchemaName = "prova"
TableName= impegni
WHEN I MAKE ACTIVE=TRUE //THIS ERRORE APPEAR
Object reference not set to an instance of an oject.
SomeOne can help me?