Search found 8 matches

by atmuc
Mon 24 Jan 2011 11:13
Forum: dotConnect for Oracle
Topic: encoding problem
Replies: 4
Views: 1049

it works now. thanks.
by atmuc
Thu 20 Jan 2011 08:09
Forum: dotConnect for Oracle
Topic: encoding problem
Replies: 4
Views: 1049

my machine is windows 7 x64 enterprise. i deployed my application on windows server 2008 r2. turkish characters are ok on the server. My computer's regional and language/format was English, server's is Turkish. now i changed mine to turkish, uninstalled dotconnect and reinstalled it. i have still problem.
by atmuc
Tue 18 Jan 2011 07:26
Forum: dotConnect for Oracle
Topic: encoding problem
Replies: 4
Views: 1049

encoding problem

i use dotconnect for oracle. i set my model with devart entity designer. when using stored procedures i get my turkish characters as converted to english equivalence. how can i correct this?
by atmuc
Sun 19 Dec 2010 12:55
Forum: dotConnect for Oracle
Topic: data type mapping problem
Replies: 3
Views: 1194

it is a bad news. NUMBER(1,0) means that you can use 0,1,...,8,9. dotconnect do not behave as default like that.
by atmuc
Wed 15 Dec 2010 07:44
Forum: Entity Framework support
Topic: ADO.Net Entity Model (Edmx) vs Devart Entity Model(Edml)
Replies: 1
Views: 3459

ADO.Net Entity Model (Edmx) vs Devart Entity Model(Edml)

is there any restriction to use one of them for standard entity frame properties. for example i have to problem.

one of them to add a view to model. in edmx when i try to "Update Model From Database"/Add view, nothing happens.it can not add a view like as simple as select * from table. i can add this view to edml by dragging it from Database Explorer.

another problem is to add add function.for edmx i do get column information it show a windows with name "dotConnect for Oracle".there is just SYS_REFCURSOR. when i execute it window dissappears and nothing is added. i can add this sp from Database Explorer.

is there any restriction to use dotconnect with edmx files?

create or replace
PROCEDURE SP_GET_INVESTMENT_TRANSACTIONS
(
p_recordset1 OUT SYS_REFCURSOR
) AS
BEGIN
OPEN p_recordset1 FOR
SELECT *
FROM PRODUCT;

END;
by atmuc
Tue 07 Dec 2010 07:42
Forum: dotConnect for Oracle
Topic: data type mapping problem
Replies: 3
Views: 1194

data type mapping problem

i have a column as NUMBER(1,0) on an oracle table. dotconnect maps this fiels as bool. is it normal? i use microsoft's entity designer.
by atmuc
Tue 30 Nov 2010 12:00
Forum: Entity Framework support
Topic: Mapping Type Problem
Replies: 1
Views: 1286

Mapping Type Problem

i have NUMBER(13,6) column on oracle. while adding this table VS EF designer, this column is mapped as double. i want to use it as decimal. is it possible.
by atmuc
Fri 08 Oct 2010 08:23
Forum: dotConnect for Oracle
Topic: The specified store provider cannot be found
Replies: 4
Views: 6000

i have the same problem. is not it possible to build your solution without install dotconnect to your computer? i satisfy the deployment roles. i can build and deploy my application and it works on another computer. bu i can not build my application on another computer that has no installation of dotconnect. i get the same error.