Hi,
I have a need to create a stored procedure that has 3 input parameters which are to be used as select criteria against a table. Each of the 3 parameters can either be specific values, or 'all'.
if parm a = 1, b = 2, and c='all' the query would be:
select * from table
where (a like 1 and...
Hello,
I need to dynamically resolve statements in C++. Not sure if that makes literal sense so the example is what I need to do:
read from cursor
Statement 1
edtP1EstLaser1->Text = SQLStoredProc1->FieldByName("est_mins")->AsAnsiString;
read next row
Statement 2
edtP1EstLaser2->Text =...
i'm trying to add an active x component to the builder, to be able to use it on a form.
the help files in C++Builder aren't a help.
do i need to create a project? a package?
HELLLPPPPP!!!
can anyone help?
Hi,
I'm testing a product for Gant charts, am getting a message in the header file that reads:
"This file requires a newer version of the header UTILCLS.H"
Does anyone know how to go about getting this?
Thanks in advance!
Riverman
Hey,
Does anyone know the syntax to insert a row to a table using a sub-select on the same table using the primary key? I know how to do it in MS Sql Server, can't do in MySql.
Sql Server syntax is:
INSERT TABLE
SELECT FIELD1,
FIELD2
FROM TABLE A
WHERE TABLE_ID = @TABLE_ID
Hi,
I have a TDBLookupComboBox and need to do the following:
- load the list from a table in a MySql database (done)
- allow user to select value from list
- use value to execute a stored procedure which will return fields to populate the various TEdit objects on form.
-on click Save button...
Hi,
Simple question, just need to know how to create a new form with the base functionality and use as class for all my other forms?
Can anyone help me?
Also need to know how to create a class which calls a stored procedure?
Thanks!
Great, thanks very much!
I'll look around for some 3rd party stuff for the Gant chart object.
Another question, if you don't mind. I have a combo box which I have connected to a dataset but doesn't list the values when it drops down.
I want a combo box which allows me to select a value, then...
Hello,i'm a newbie with C++Builder, and need to learn it and C++ immediately. So far so good.
Wondering if some kind soul can help me locate a few tools:
1) an object where I can enter text (description) and it allows for scrolling if the text is too long for the object?
2) I need an object...
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.