Re: Save Pdf to database
- From: "Ray Marron" <me@xxxxxxxxxxx>
- Date: Thu, 28 Jun 2007 15:39:30 -0700
"Niklas Larsson" <nla@xxxxxxxxxxxxxxxxxx> wrote in message
news:46842e52$1@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi!
Anyone knows if there's a way to save and load Pdf documents to a SQL
Server database using Delphi?
The most common way would probably be as blobs using an ADO database
connection/query. Search for these keywords in borland.public.delphi.* at
groups.google.com and you'll come up with lots of examples.
--
Ray Marron
.
Relevant Pages
- Re: Recordset Not Updatable
... > Server database, ... I was correcting and enhancing the ADP front-end to SQL ... updates by executing individual SQL statements for each control/field that ... But, as Sylvain says, there are many reasons why a recordset is not ... (microsoft.public.access.adp.sqlserver) - jtds driver and SQL Server performance problem
... I am using the opensource jtds driver to retreive information from an SQL ... The java application and the SQL Server database both ... Both tables are fairly large (approx. ... (comp.lang.java.databases) - Re: SQL Server 2005 Restore Error
... then the SQL Server Express edition only support ... Export data from the client database(Place the exported file to FTP ... location.)and import it in server database using SMO. ... and execute the sql file from server database using SMO. ... (microsoft.public.sqlserver.server) - Re: Suggestions to reduce memory use when splitting a string
... I have written and utility to convert our DOS COBOL data files to a SQL ... Server database. ... We are parsing roughl 81 files and range in size 1 kb to 65 ... (microsoft.public.dotnet.languages.vb) - Re: Setting file permissions
... You can use the Run method of the wshShell object to run the osql command ... This is for SQL Server databases. ... If the SQL Server database is in the default instance, use "-S MyServer", ... Set adoConnection = CreateObject ... (microsoft.public.scripting.vbscript) |
|