Greetings,
I have a problem with a Memo field in Acces 2000. I am using VB.Net and excuting an SQL INSERT INTO statements to save the contents on a text box to the DB.
I have tried both ADO and ADO.Net but both neither will save the data. If I use a Left(txtBox.Text,900) the string is save...
Anyone successfully used this in VB.Net. I've been trying, unsuccessfuly however.
I been using the following:
Public Enum eCSIDL
CSIDL_DESKTOP = 0
CSIDL_INTERNET = &H1
CSIDL_PROGRAMS = &H2
CSIDL_CONTROLS = &H3
CSIDL_PRINTERS = &H4
CSIDL_PERSONAL...
Greetings,
I've got a problem that for the life of me I can't find a workable
solution.
In a nutshell, I have 6 label controls on a UserControl. Clicking any
of the labels fires the Click Event for the associated label.
I have created a class to build an 'array' of the user control. In the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.