caglarb | 1 Feb 2008 13:16
Picon

Medical news

Wide spectrum of boner enlargers! http://87.116.234.127/uhbope/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
aovalle | 5 Feb 2008 13:22
Picon

Eternity of Your Love

Path We Share http://82.232.24.247/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Simon Veterli, PSRC | 17 Feb 2008 08:51
Picon

how to get picture from mssql-db

Hi

How can I get a picture, stored in mssql-db, by select-statment?

Kind Regards

-------------------------------------
PSRC
Simon Vetterli
Huswisenstrasse 6
CH-8426 Lufingen
Switzerland
-------------------------------------
http://www.psrc.ch
simon.vetterli <at> psrc.ch
mobile: +41 76 336 1155
-------------------------------------

-----Ursprüngliche Nachricht-----
Von: adodb-general-bounces <at> lists.sourceforge.net
[mailto:adodb-general-bounces <at> lists.sourceforge.net] Im Auftrag von
adodb-general-request <at> lists.sourceforge.net
Gesendet: Samstag, 16. Februar 2008 19:46
An: simon.vetterli <at> psrc.ch
Betreff: Welcome to the "ADodb-general" mailing list (Digest mode)

Welcome to the ADodb-general <at> lists.sourceforge.net mailing list!

To post to this list, send your email to:

(Continue reading)

Mariano | 25 Feb 2008 05:19
Picon

CYPECAD 2008 FULL español, libros y mucho mas...

NUEVA PROMO 41  

CYPECAD 2008 FULL castellano 

SOLO 110 PESSOS,  Interesante serie de programas para el 
profesional; ingeniero, 
técnico o arquitecto.

Son utilidades de reciente lanzamiento.
TODO ES NUEVO!!!  y su funcionamiento está CHEQUEADO
GARANTIA TOTAL DE FUNCIONAMIENTO!!!

CYPECAD 2008 Full castellano <<<<<<<<<<<<<<
3D MAX 2008 FULL
Autodesk Vault 2008 Full ( 2 CD)
Autodesk Civil 3D 2008
Autodesk Combustion 4
Autodesk PortfolioWall 2008
AUTODESK.AUTOCAD.RASTER.DESIGN.V2008
AUTODESK P AND ID V2008
Autodesk Studio Viewer v2008
Autodesk® ImageStudio  2008
Autodesk® Lustre® 2008
Quest 3D 2.1

Y muchos pero muchos libros de nivel universitario....mire que 
listado,
algunos seguro que le serán de utilidad.

Fisica y Quimica  Fisica BOUP 
(Continue reading)

Catalin Francu | 25 Feb 2008 22:21

camelCase in MySQL

Hi,

Is it possible to preserve the case of the field names when using
ADOdb active records over MySQL? Currently, all my field names are
lowercased, and ADODB_CASE_ASSOC does not seem to have any effect. In
the example below, the MySQL field "zoneId" is mapped to the PHP
property "zoneid", whereas I would like it to be "zoneId".

The MySQL table definition is:

mysql> describe Establishment;
+---------+--------------+------+-----+---------+----------------+
| Field   | Type         | Null | Key | Default | Extra          |
+---------+--------------+------+-----+---------+----------------+
| id      | int(11)      | NO   | PRI | NULL    | auto_increment |
| name    | varchar(255) | YES  |     | NULL    |                |
| zoneId  | int(11)      | NO   | MUL |         |                |
| website | varchar(255) | YES  |     | NULL    |                |
+---------+--------------+------+-----+---------+----------------+
4 rows in set (0.01 sec)

The PHP code is:

class Establishment extends ADOdb_Active_Record {
  public $_table = 'Establishment';

  public static function loadById($id) {
    $e = new Establishment();
    $e->load("id=$id");
    var_dump(ADODB_ASSOC_CASE);
(Continue reading)

Wim Stockman | 27 Feb 2008 17:34
Picon

Problem with charsets

I'm creating a small program where I have to use an access database
My query is fine and runs but when I put the data out special french
characters are displayed incorrect does anyone now how to avoid this
thank you.

Here under you find what I do with my connection and my string. I
tried differt codepage setting but nothing worls , also tried to use
the php code utf8_decode but is even worse

:
$this->_db = ADONewConnection('ado_access');
	$this->_db->Codepage = "utf8";
	$this->_dsn =
	  "Driver={Microsoft Access Driver (*.mdb)};Dbq=C:\Documents and
Settings\All Users\Application Data\Adobe\Photoshop Album\Catalogs\My
Catalog.psa;Uid=;Pwd=;";
	$this->_db->Connect($this->_dsn);

	
{
	$rs = $this->_db->Execute('SELECT FolderTable.fFolderName,
ImageTable.fImageCaption, ImageTable.fMediaFullPath,
ImageLongCaptionTable.fImageLongCaption, ImageTable.fImageId
FROM ImageLongCaptionTable RIGHT JOIN ((PageTable INNER JOIN
ImageTable ON PageTable.fImageIdFromPage = ImageTable.fImageId) INNER
JOIN FolderTable ON PageTable.fFolderIdFromPage =
FolderTable.fFolderId) ON ImageLongCaptionTable.fImageLongCaptionId =
ImageTable.fImageLongCaptionIdFromImage;
	' );
}
(Continue reading)


Gmane