﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
492	Vars DBA,DBExec and DBWriteTime doesn't exists	Iván Robles	danirus	"The ODBC is Sql Server and the OS is Windows XP.

When I run the next code:

Real DBOpen(""I2SIM"",""Administrador"",""tpeb.0$eg"");

Real DBCreaTabla(""VaroriginalDef_borrar"",""NOMBRE VARCHAR(255),ORDEN FLOAT"","""",""select A.NAME as NOMBRE,A.COLORDER AS ORDEN from dbo.syscolumns A,DBO.SYSOBJECTS B WHERE A.ID=B.ID
AND B.NAME='VarOriginalData' ORDER BY COLORDER"");

Real DBClose(""I2SIM"");

Tol report this error:


ERROR: [80] DBA no es un objeto valido para el tipo Text.

ERROR: [81] DBExec no es un objeto valido para el tipo Real.

ERROR: [84] DBWriteTime no es un objeto valido para el tipo Real.

This vars doesn`t exits initially. 


If I put:

Text DBA=""SqlServer"";
Real DBExec=1;
Real DBWriteTime=0;

the code runs correctly.I don`t know if this vars might exist initially.

The functions DBCreaTabla depends on DBWriteAndExec"	defect	closed	highest		DataBase	head	normal	worksforme		
