Open Source RDBMS - Seamless, Scalable, Stable and Free

한국어 | Login |Register

Documents tagged with ""

Your Query returned 6 results

  • How to pass a custom Object to a Stored Procedure function? [1]
    hi I have the following function. CREATE FUNCTION "tblpacientesinsertar"("paciente" OBJECT) RETURN STRING AS LANGUAGE JAVA NAME 'TblPacientes.Insertar(cubrid.sql.CUBRIDOID) return java.lang.String' I want to pass a custom object class, but I dont know if CUBRIDOID ...
    http://www.cubrid.org/questions/365755
  • ADO.NET return error "Don't know how to write the parameter!" [1]
    Hi, I am trying to insert a image into the database, my database is type BLOB and in C# is type byte[]. When I try to do the insert the error is: Don't know how to write the parameter! Whats is wrong? how can I get a more technical description error from databa...
    http://www.cubrid.org/questions/363386
  • Semantic: Cannot coerce host var to type date. [1]
    I am very unhappy, this database has many bugs with ADO.NET. I am trying to insert to datetime to database. #region FechaNacimiento CUBRIDParameter tblpacientesfechanacimiento = new CUBRIDParameter(); tblpacientesfechanacimiento.CUBRIDDataType = CUBRIDDataType.CCI_U_TYPE_DATE...
    http://www.cubrid.org/questions/358410
  • How to call Java Stored Procedure from C#? (Solved) [1]
    Hi, I am trying to get some value from the database using ado.net. I am using the java stored procedures but in the manager this works, in my C# code not. public class SpCubrid{ public static String HelloCubrid() { return "Hello, Cubrid !!"; } public static int SpInt(int i) ...
    http://www.cubrid.org/questions/357198
  • How to add alternative hosts to a connection string in ADO.NET? [1]
    In CUBRID it is possible to indicate alternative hosts (brokers) in the connection string as a measurement for broker fail-over. JDBC manual provides an example for this. However, I could not find a way to pass alternative hosts to ADO.NET connection string. How can ...
    http://www.cubrid.org/questions/299585
  • How can I translate ADO.NET Driver's localization messages? [1]
    I can see that the new CUBRID ADO.NET driver provides built-in support for localization. I would wish to translate the messages to Russian. Which files should I translate?
    http://www.cubrid.org/questions/263229