Sorry, I may have confused you. I meant I was able to echo out a string from a different column that is not a blob type.
<?php
{
if ($conn=OCILogon("user", "password", "orcl")){
$s = OCIParse($conn, "SELECT description FROM pdffiles WHERE id = 1");
OCIExecute($s,OCI_DEFAULT)...
Greeting from the PHP newbie!
I am trying to open a pdf file stored in oracle blob column. The following code always get the result:
Object id #1
Could someone tell me what that means and why I can't open the pdf file?
TIA
<?php
{
header("Content-type: application/pdf");
if...
Thank you Christiaan! I added the component1.vb into my project. By any chance you know where can I find the documentation for it? If not, could you provide some brief description on how to use it?
TIA,
Moogles
Thank you for the info.
Regarding #2, I thought the data report should be in VB.net since it was in VB6. I was hoping to use that capability if the Crystal Report is not provided. I am having trouble to add the data report in VB.net.
Any help is appreciated!
TIA,
Moogles
Could someone help me on these:
1. I have VB.net standard version, does it come with crystal report?
2. If not, how can I create a report similar to Visual Basic 6 Data Report? Is there a specific reference I have to add in order for the Data Report to show up in Add new Item?
TIA,
Moogles
wonder why I got the following error when compiling my simple program used 'EnumDisplayDevices'.
error: error C2065: 'EnumDisplayDevices' : undeclared identifier
I have included window.h, also tried to include multimon.h.
Anything wrong with my setup?
Is there anything similar to VB mapisession in C++? I would like to email out a text file on the OS within in a C++ program; Or if you know how to invoke print to print the text file on OS within the C++ program.
Any help is greatly appreciated!
Thanks for your reply.
I tried but did not have any luck. On the client side, the binary data was put into a file, the size is always 8k no matter how long I waited, and the process seems waiting for my action instead of gathering the data.
I was able to send a 2K .jpg without any problem, but...
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.