I checked that website and suscribed to have access to all articles but I did not find what I was looking for. I see you are the moderators of some forums there. Could you give me some direction on this?
Thanks
Hi,
Thaks for your answer. The problem I see with your statement is that I was able to retrieve the complete pictures straight from the original table using Borland components, more specifically, the TTable. The same TTable fails when accesing a second table created by using a Select Into...
Hello,
I am using SQL Server 2005 with a table that looks like this:
create table dbo.Display_Images (
pk_Image_ID int Identity(1,1) primary key,
Description varchar(50) not null,
Picture varbinary(max) not null,
DateAdded datetime default getdate(),
FileName varchar(50) null
)...
HI,
Is it possible to add components to a DBGrid?
I would like to be able to set some fields in the database by using a checkbox directly on the grid.
I have a field in the database that can only have 0 or 1 as the value, so I would like for the user to be able to set or unset the value in...
Hi there,
Is it possible to add items to a checklistbox and hide some of the check boxes without hidding their text strings?
I want to be able to have something like this:
(a * represents a check box)
* Open the book
* Look for the following words:
Soil
Mail
* Write down the...
Hi,
I was wondering where I could find good help on how to use TCustomWinSocket.
I am trying to write an application that sends commands to a device using its Ethernet Port as well as its serial port.
I created a base clase with pure virtual functions that includes four functions for...
Hi,
Does someone have an example of how to use TAnsiClient, and more specific the following functions?
WaitPostPipeCommand, and
PostPipeCommand
Thanks,
Jalr2003
Hi,
I am new to C++ Builder, and I do not know all the jargon just yet, so please bear with me.
I am using a TDBgrid to display the results from a SQL statement. The values I get look like this,
NAME ITEM QTY
-------- -------- ---------
John Screw A...
Hi,
Is there a way to retreive the source code of a procedure using sqlplus? I use describe, but I does not show the code.
If not, what is the best way?
Thanks,
Jalr2003
Hi,
I imagine this is a trivial question for you.
I am writing a ksh script that prompts the user to enter several IDs and then stores it into a file, so the list can be used within a sql statement.
the file looks like this:
--- File 1 ----
'12323kkk',
'teerkkwe',
'445kksk3',
'sdfdkkkk'...
Hi,
I am not sure this can be done, but I ask just in case.
As you know, when the ampersand sign is included in the sql statement, the user is prompted to enter the value of the variable when the query is run.
Select field
from table
where variable='&value'
What if I have a list of values...
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.