FLTK logo

Article #563: SPTK 3.0.12

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Articles | Show Comments | Submit Comment ]

Article #563: SPTK 3.0.12

Created at 02:23 Jan 16, 2006 by alexey.parshin

SPTK 3.0.12 adds support for the database driver messages. These messages may be sent to the driver by the database server on different occasions. These messages may include the extended error information, and the messages created by a stored procedure using (for MSSQL, for instance) PRINT statement. Here is the example:

create procedure hello as
  print 'Hello, World'
  print 'The weather is great!'

After executing that stored procedure using CQuery object, the method messages() would return CString& object with two rows of text.

You can download this version as *nix tarball and Windows zip from http://www.sptk.net.

Download | Home Page | Listing ]


Comments

Submit Comment ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.