Re: PDF image problems with FPDF
What is the SQL query that you are using to retrieve images in the
database? Perhaps you should ad a "order by " option and say "order by
image_name" or something, that would order them, and not display them
randomly.
.
Relevant Pages
- access 2000 date query
... Access 2000 sql query. ... The database is set to use ANSI 92, ... Bill ... Prev by Date: ... (borland.public.delphi.database.ado) - RE: Recursive SQL query?
... I don't know if other database vendors support this. ... Subject: Recursive SQL query? ... You shouldn't really need to go recursing through a data ... key that references that same table's primary key. ... (perl.dbi.users) - RE: Expression Builder basic question on syntax / Or / how to incorpor
... it is always best to avoid unnecessary hits on the database. ... Use only the control name without the Me. ... runtime error on the textbox. ... This SQL query works, ... (microsoft.public.access.formscoding) - Re: Noob question on how to use an insert query in a command button
... in mm/dd/yyyy format (regardless of what your Short Date format have been ... Dim dbLocation 'Location of our Access database file ... Set objADO = CreateObject'Create an ADO connection ... objADO.Execute 'Execute this SQL query ... (microsoft.public.access.forms) - Re: cgi ordering a table with sql
... table, through the SQL query. ... often only values may be replaced by placeholders, ... the prepare should give the database ... implemented within the Perl layer instead of passing the prepared ... (perl.beginners) |
|