Hi All,
I am doing the database-bound 'hello world' example.
The adapter classes compile okay but when it comes to initialising the server I get a warning - "data_provider element without attribute using DEFAULT as the default name" which later results in the error "HELLOWORLD.DEFAULT init error".
Clearly the server is looking for HELLOWORLD.HelloWorldDataAdapter but because of the earlier warning cannot find it because it used the name default.
I have defined the data_provider element in the xml file as HelloWorldDataAdapter, what could the problem be?
I could resort to renaming helloworlddataadapter default in the xml file but that seems like a cop out.
Amoroso.