LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

SQL SP works, then throws 0x80040E14 after trying to build executable

Solved!
Go to solution

PiMaster,

 

    I think your code is well written and I have enjoyed working with it trying to figure this out.  thank you for taking the time for the code to look neat.

    I cannot break this code with the sample database that I have on my computer so I am guessing it would be smart to look at the problem from this angle.

    http://www.adopenstatic.com/faq/80040e14.asp

    You may be using a reserved word or need to use a delimiter to handle table or field names containing a space.
    If this does not help please respond back and let me know.

    to anyone looking at this thread I feel that I have tried hard and would love some help figuring this out.

 

Dano 

     

Message 11 of 24
(2,268 Views)

Thanks, I really appreciate you saying so.  I'm trying to get better as I get more experienced to keep things neat and organized.

 

I'll look over the link and keep trying at it.  Thanks for your help.

Message 12 of 24
(2,267 Views)

Ok, I finally got it to work by...

 

Uninstalling the 2011 Database Connectivity Toolkit, reinstalling the 2010 Database Connectivity Toolkit, and pointing my VIs to reference the VIs from the 2010 folder.

 

Everything ran fine, right out of the gate.

Message 13 of 24
(2,257 Views)
Solution
Accepted by topic author PiMaster

Oh wow,  for some reason I was able to get the code to run on my computer with the 2011 Connectivity toolkit with Labview 2011.  We could spend forever trying to figure out exactly what happened.  Instead I think we should rejoice that it is working now.   I am glad to hear you solved the problem. Well done!

Message 14 of 24
(2,254 Views)

Thanks.  At this point, I'm really happy it's working.  It's definitely set me up for a nice weekend!

Message 15 of 24
(2,252 Views)
I
0 Kudos
Message 16 of 24
(2,234 Views)

I have the same problem. Calling a stored procedure used to work fine with 2010. I upgraded to 2011 (LV and DB) and this error occurs. I checked everything and found nothing wrong. The procedure still works from C# and SQL Server manager. In lieu of a better solution I'm going back to DB 2010. Will post if this doesn't work.

0 Kudos
Message 17 of 24
(2,232 Views)

I'm curious: what upgrade method did you use?  Looking back, I think I downloaded the 2011 update before getting the CDs in the mail.  I'm just wondering if that might be a commonality between our experiences.

0 Kudos
Message 18 of 24
(2,230 Views)

In my case, I used DVD's for the upgrade. Unfortunately, I uninstalled all of 2010 prior to installing 2011.

0 Kudos
Message 19 of 24
(2,227 Views)

I just completed a downgrade of the DB conectivity toolkit (2011 to 2010). This also repaired the issue for me. All of my call stored procedure sub-routines are now functioning correctly again (in dev enviro and as built exe).

0 Kudos
Message 20 of 24
(2,223 Views)