solemn
Nov 9th, 2000, 05:50 AM
Help,
I have created a SQL Database which opens and works fine on any PC with VB installed. All aspects of the program work on PCs without VB except for one.... When the program tries to assign a fieldname to the DataField of a TextBox/Label etc, whether the fieldname has been assigned at design or run time, the system returns the error:
Run Time Error '545':
Unable to bind to Field or Datamember : 'FieldName'
Again, I will stress that this only occurs on PCs which do not have VB installed.
All of the required Driver files have been loaded onto the PCs, and the MSBIND.DLL has been registered. I have also loaded SQL Client onto the PC and set my server as the only named pipe. I have even setup a DSN Pointing to my database. But I still cannot seem to locate the problem.
Any help would very much appreciated.
Thanx
I have created a SQL Database which opens and works fine on any PC with VB installed. All aspects of the program work on PCs without VB except for one.... When the program tries to assign a fieldname to the DataField of a TextBox/Label etc, whether the fieldname has been assigned at design or run time, the system returns the error:
Run Time Error '545':
Unable to bind to Field or Datamember : 'FieldName'
Again, I will stress that this only occurs on PCs which do not have VB installed.
All of the required Driver files have been loaded onto the PCs, and the MSBIND.DLL has been registered. I have also loaded SQL Client onto the PC and set my server as the only named pipe. I have even setup a DSN Pointing to my database. But I still cannot seem to locate the problem.
Any help would very much appreciated.
Thanx