LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Database toolkit stored procedure return String

Hi all,

 

How I can return the entire string from my stored procedure using the attached code ?

 

DBToolkit.png

 

With this code I only retrive the first caractere of the string return by the stored procedure.

 

Thanks for your help.

 

MHP

0 Kudos
Message 1 of 6
(3,044 Views)

HI 

 

I have the same issue

Did you found something?

 

Thanks

0 Kudos
Message 2 of 6
(2,661 Views)
First, assuming that you are using the database connectivity toolkit, I would recommend that you not burden yourself with it. Database IO is really very easy, though you would never know it working with the DCT.

Second, unless you are using the exact same code, you don't know if you're having the same issue. Please show some code.

Third, what DBMS are you using? What does the stored procedure do? What is it supposed to return?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 3 of 6
(2,650 Views)

I can't upload code online. NDA

Which solution did you apply?

 

0 Kudos
Message 4 of 6
(2,645 Views)

Do you have a link for Database IO ?

0 Kudos
Message 5 of 6
(2,637 Views)
Start here:

http://www.notatamelion.com/2015/01/05/managing-data-the-easy-way/

And read the following couple posts...

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 6 of 6
(2,630 Views)