G
Guest
I created a Windows Forms App in Visual Studio and included the following namespace line
using namespace System
using namespace System::ComponentModel
using namespace System::Collections
using namespace System::Windows::Forms
using namespace System::Xml
using namespace System:ata
using namespace System:rawing
using namespace System:ata::SqlClient
In a button click event I entered the line:
SQLConnection *objConn
When I compiled I got 'undeclared identifier'. Do I need to provide a prototype in addition to the SQLClient namespace
Any help for this newbie would be much appreciated
Thank
Ro
using namespace System
using namespace System::ComponentModel
using namespace System::Collections
using namespace System::Windows::Forms
using namespace System::Xml
using namespace System:ata
using namespace System:rawing
using namespace System:ata::SqlClient
In a button click event I entered the line:
SQLConnection *objConn
When I compiled I got 'undeclared identifier'. Do I need to provide a prototype in addition to the SQLClient namespace
Any help for this newbie would be much appreciated
Thank
Ro