Hello Could anyone help me how to simulate this scenario. Example I want to validate these 3 fields on my table "symbol_type", "symbol_subtype", "take ...
Hello Could anyone help me how to simulate this scenario. Example I want to validate these 3 fields on my table "symbol_type", "symbol_subtype", "take ...
Hello I would like to ask for your assistance I'm planning to validate my age field on database however I'm not sure how to make it work on DBT. Your ...
I would like to ask for your assistance because I'm currently having difficulties to implement date validation with this format (yyyy-mm-dd) I tried t ...
I am trying to populate specific datatable values into a table. I am using the table value parameter. While adding the tabletype parameter i am thrown ...
I'm using C# .net 4.5.2 and working with oracle DB. I'm calling a function that have RAW output parameter (pPF): In my code I initialize the output ...
What is the difference between SqlDataReader SqlTypes and DbType typed accessors? When is it more appropriate to use either? ...
An error occurred while setting up a binding for the "COMMENTS" column. The binding status was "DT_TEXT". The data flow column type is "DBBINDSTATU ...
Please, I want to know why the question has the answer false. ...
I’m trying to query our database in F# but I’m having a lot of errors when I get the data context. Here is my connection command: 147 errors in tot ...
I have a SQL Server stored proc which I'm calling from C#. Some of the parameters are Decimal, scale and precision vary but most often these are scal ...
Does anyone know what is the DbType equivalent to SqlDbType.Bit? I am trying to convert to but I don't know which DbType to use to represent a ...
I am working on a GridView control where I wanted to display several data in the grid. The columns are; 2 string names, 1 integer, and datetime. When ...
I am looking at code written by someone else. Everywhere it uses DbType.AnsiString instead of DbType.String. Why? ...
After upgrading to a more recent Django version, I started getting this deprecation warning: I realized it's caused by the Field.db_type method, wh ...
I have taken over some C# code. The code is hitting a database with some SQL which uses parameters. All of the string parameters are typed as DbTyp ...
When sending data to a stored procedure through SubSonic, how can I pass a dbtype.structure? I have a TVP defined as READONLY, and when SubSonic gene ...
I have Created a table like When I am doing linq to sql query to fetch a data it throw an error "data at the root level is invalid linq". In furth ...
How to convert strings such as "uniqueidentifier", "timestamp", "image", "money", "sql_variant" etc. into respective .net data-types? I need to query ...