Documents tagged with "ado"
Your Query returned 56 results
-
- CUBRID ADO.NET Driver 8.4.3 Release Note
- Release Notes
================================================================================
November 2012 - Update for release 8.4.3
CUBRID ADO.NET Data Provider
Version: Beta 8.4.3.0001
CUBRID engine compatible: 8.4.3
Online Wiki: http://www.cubrid.org/wiki_apis/entry/cub...
http://www.cubrid.org/wiki_apis/entry/cubrid-ado-net-driver-8-4-3-release-note
-
- Platforms for Big Data
- Dealing with Future Problems
The reason why we need to be concerned over problems that have not yet occurred is to secure sufficient response time. Sufficient time will enable us to take full consideration before making decisions as well as preparation. Therefore, it is i...
http://www.cubrid.org/blog/dev-platform/platforms-for-big-data/
-
- Stable version of CUBRID OLEDB Driver is now available!
- It is been a little over a month since we have announced the beta version of CUBRID 8.4.1 OLEDB driver. Now we are happy to announce that the OLEDB Data Provider code has been stabilized and ready for production use. You can download the OLEDB Data Provider ...
http://www.cubrid.org/blog/cubrid-appstools/stable-version-of-cubrid-oledb-driver-is-now-available/
-
- 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
-
- The Story behind LINE App Development
- If you have a smartphone, you must be using LINE, KakaoTalk, or Whatsapp messaging app, if not all of them. But unlike KakaoTalk and Whatsapp, LINE also allows users to call other LINE users for free - great value-added service, isn't it!? Today I will explain more about LINE...
http://www.cubrid.org/blog/dev-platform/the-story-behind-line-app-development/
-
- 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
-
- Beta version of CUBRID 8.4.1 OLEDB Driver is now available!
- We are very proud to announce the official beta release of CUBRID 8.4.1 OLEDB Driver! You can download it right now! It is available under the terms of BSD License. We have created the installation instructions for you which provide three ways to install the drive...
http://www.cubrid.org/blog/news/beta-version-of-cubrid-8-4-1-oledb-driver-is-available/
-
- CUBRID Error Codes
- In CUBRID there are various Error Codes raised on different levels. In this document you can find the error codes for CAS (CUBRID Application Server), CCI, JDBC, and ADO.NET drivers. CAS Error CodesThe following are the error codes raised from CUBRID CAS ...
http://www.cubrid.org/wiki_tutorials/entry/cubrid-error-codes