Thanks so much.
omegazafer
Posts
-
Using mdb databases in Linq? -
Flv converter open data source???Hello Friends, I want to convert video files to Flv format? Is there a sample code for this transaction except FFmpeg to learn general aspect of converting? Best Regards Omegazafer
-
Creating sql database by using Link????Thanks.
-
Creating sql database by using Link???? [modified]Thanks for your reply.
-
Using mdb databases in Linq?Thanks for your reply.
-
Using mdb databases in Linq?Hi, Can we use mdb (access) databases directly in linq without converting to sql? Best Regards Kemal Akkanat
-
Creating sql database by using Link????I mean, using some codes(in visual studio not in sql), creating sql database. It is like a nhibernate technology. we make classes in vs and give some attributes to properties . After that, When we start the program, our program will create the sql database in sql server automatically. Best Regards Kemal Akkanat
-
Creating sql database by using Link???? [modified]Hi, How can I create sql database by using Linq? Can you give me some links to see and investigate this subject? Best Regards Kemal Akkanat
modified on Monday, February 9, 2009 4:02 AM
-
Creating sql database by using Link????Hi, How can I create sql database by using Link? Can you give me some links to see and investigate this subject? Best Regards Kemal Akkanat
-
Update problem?Hi friends, I am making any saving on any web page. In code block, I am writing Response.Write(Apple.Quantity) after saving code. It turns me previous apple.quantity before recording , not current apple.quantity. How can I solve this problem? Good Days
-
Using smo????Thanks.
-
Using smo????Sp_foreign keys gives only foreign key column . I don't need only these as I said before. If it is possible , can you reply my sample question ? Have a good day Kemal Akkanat
-
Using smo????Thanks for you reply, I looked at your article but I didn't understand. Can you explain a little more? Have a good day
-
Using smo????Thanks, But I don't need only foreign key or primary key columns. The table that the column ,which is foreign key , is related. For example, I search the categoryId column for this in Product table. The result wanted is Category table.(I mention on NorthWind Database) Best Regards
-
Using smo????Hi, How can I reach database relation diagram of sql by using smo? I want to learn parent key table of any column if that column is foreign key. Forexample, in northwind database, in products table, there is categoryid column. This column is related to id in Category table. I want to find this. Best Regards THANKS
-
Using System32 Dll for sending keyboard keys?Keyboard api works always although the form is inactive. SendKey method is not working on Button Click. I need system32.
-
Using System32 Dll for sending keyboard keys?No, it didn't solve my problem. I tried.
-
Using System32 Dll for sending keyboard keys?Hi, How can I send two keyboard keys at the same time by using System32? I can send consecutively but I need at the same time. For example Ctrl+c Ctrl must be keydown, C must be keyup.(key combination for copy) Best Regards
-
Reaching sql database diagram using smo ??Hi, How can I reach database relation diagram of sql by using smo? I want to learn parent key table of any column if that column is foreign key. Forexample, in northwind database, in products table, there is categoryid column. This column is related to id in Category table. I want to find this. Best Regards THANKS
-
Using Windows keyboard api? [modified]Thanks