Click on the slide!

Shade 13 Announced

Get Started Using Future Version Now

Create | Render | Animate. Shade X Early Access Program Lets You Get Started Today

More...
Click on the slide!

Shade 3D Mobile for iOS

Free 3D Model Viewer for iOS

Open, Display and Present Your 3D models on iPhone and iPad for free

More...
Click on the slide!

LiveCode 5.5

Easy, No Compile Programming

Desktop, iPhone and Android Apps Easily with x 10 faster graphics, in-app purchases and iPhone 5 support!

More...
Click on the slide!

Franklin 3D

3D Game Engine for LiveCode, REAL Studio

Professional Cross Platform 3D Engine

More...
Click on the slide!

Valentina 4.9

Fast, Cross-Platform Database System

Valentina DB, Reports and Pro: Now Supports SQLite

More...
Frontpage Slideshow (version 2.0.0) - Copyright © 2006-2008 by JoomlaWorks

Porting: Porting from MySQL to Valentina?

There are some tips and techniques to remember when porting your MySQL PHP web application to Valentina.

Paradigma Software's wiki includes a complete reference to the PHP API supported by Valentina. This reference is very useful when porting web applications from MySQL to Valentina.

PHP Functional Compatibility with MySQL

These functions are included in Valentina PHP only for compatibility with MYSQL. They do nothing - they only return TRUE value.

These functions guarantee that your script will not fail - but, otherwise, the script after DONOTHING function call logically would work improperly.

If you are migrating to Valentina Server from another database, remember to exclude these functions calls from your solutions.

List of Do Nothing Compatibility Functions

  • valentina_change_user()
  • valentina_db_name()
  • valentina_field_table()
  • valentina_info()
  • valentina_list_dbs()
  • valentina_list_fields()
  • valentina_list_tables()
  • valentina_list_processes()
  • valentina_stat()
  • valentina_tablename()
  • valentina_thread_id()