Mansii said --
Have you tried
todoadapter.InsertIntoToDo( _
"aaa", _
"bbb", _
"NULL")
------------------------------
No I haven't as I just got a solution from another forum.
The magic answer if your using VB.NET is:
todoadapter.InsertIntoToDo( _
"aaa", _...
I know its out there.................. the answer - but I have tried and tried and tried to find it using seach and I cannot. Undboutedly someone will point me to the answer in another thread or FAQ.
environment: VS 2005, Sql Server Express
Language: vb.net
I have a strongly typed dataset -...
OLEDB Recursive code eventually drops relational service
I think this is what is happening.
I use vb.net
If I use oledb continuously opening, closing, connecting and destroying the Connection object my app eventually stops working. It seems the relational service stops working. After the app...
I searched google and found this:
http://www.codeproject.com/cs/algorithms/soundex.asp
Its an interesting article, all the code is included. It kind of disses the value of soundex but the code and article are well written nonetheless.
Cudos to the author.
I would never use it, I have...
I noticed that when I place a UserControl on a webform
like so:
<uc1:uCalendar ID="UCalendarIncidentDate" runat="server" />
The TabIndex property isn't available? Why?
To get around this problem I have contained the uCalendar control - which is really 3 controls, a TextBox,Button, and the...
Just a shot in the dark... but I often have control updating issues when I fail to have a line like this:
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here
If Not...
Dear Newora....
I found the problem.
The error: "Object reference not set to an instance of an object. "
Was occuring here:
"vWebPage.Request.Cookies("jjemployeeid").ToString
Why: Because I was looking for a cookie that was created using ASP application not a asp.net application. It turns...
What I want to do is have a general class function that I can instantiate on any of my intranet pages and have it check for a cookie (which stores my employee id). No cookie found the code will redirect to a page and ask you for it (pretty simple). I do it in ASP but the function is part of an...
Simple question.
Someone please point me to the best place where I can get answers to the following questions.
1) What website can explain the different Autocad versions that are available?
2) Where is the best place to order Autocad from?
3) How much will it cost me for 1 license?
3) How...
I reinstalled the program but before and after I ran the Pervasive analyzer and deleted all of the current and previous versions.
Thanks for your response.
I can confirm that BV version 7 (7.3) does install what is required to setup Pervasive ODBC Data sources,
As part of the BusinessVision accounting packaging I get a Btrieve database engine and odbc components.
** I have a few problems listed below, underneath my problems I have listed the version #'s I think are relevant.
Prob #1
Error:
Msgbox Title: Pervasive ODBC Client DSN Setup
error: Failed...
As part of the BusinessVision accounting packaging I get a Btrieve database engine and odbc components.
** I have a few problems listed below, underneath my problems I have listed the version #'s I think are relevant.
Prob #1
Error:
Msgbox Title: Pervasive ODBC Client DSN Setup
error: Failed...
re:Mouse over a smaller image and display a large one?
Because IE now almost always doesnt display popups (unless the user clicks to allow them).
I want to:
- Throw away my old web-design which had users click on a smaller image and have a larger image popup in a new browser window...
What I...
This is what I want.
Filename : sol.bat ( or sol.XXX) where xxx is some extension.
What the program should do....
1) Append the date and time sol.bat was executed to a file.
2) Run sol.exe (The solitaire program).
----------------------------------------
Yes I wnat to monitor an employee...
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.