1,302 Posted Topics

Member Avatar for Turing

[code] Create proc InsertIntoMyTables @topicID int, ... ... AS Insert into Topic values (@topicID,....) Insert into Reply values(@replyID,....) [/code] or you can use 2 insert statements but DON'T sepeate them with GO or you can use Insert with inner join I don't remember it right now, if I do I'd …

Member Avatar for Ramy Mahrous
0
96
Member Avatar for Kylan

right click on the database->all tasks->take offline go to database location copy and paste it anywhere after that right click on the database->all tasks->bring online

Member Avatar for Ramy Mahrous
0
64
Member Avatar for Megha Ugile

first check your connection string if it's correct see if you run the application in adminstation mode or not

Member Avatar for Ramy Mahrous
0
71
Member Avatar for meniscus

use MSDE Microsoft SQL Server Desktop Engine, it's server to run Microsoft SQL Server databases and it's free

Member Avatar for Ramy Mahrous
0
63
Member Avatar for Geek-Master

I don't see any good reason for that except leak in resources but in anyway or any reason virtualization leads to leak in performance

Member Avatar for Ramy Mahrous
0
66
Member Avatar for addy132
Member Avatar for Ramy Mahrous
0
67
Member Avatar for kub365

SOAP is a protocol used in WS, you don't need to know the structure of it, as .net manages protocol format when sending and receiving messages to/from clients to know more about SOAP go to W3C community web site

Member Avatar for Ramy Mahrous
1
143
Member Avatar for Duki

I recommend some books like Inside C# and really really if you have any programming experience C\C++, VB,... I recommend for you MSDN. the best resource I know till now.

Member Avatar for Samson_ZXL
0
70
Member Avatar for maiharish
Member Avatar for Samson_ZXL
0
152
Member Avatar for cygnusX

you can, there is a windows API used to get the word on which the cursor exists. you can see any open source dictionary that translates words whenever you move your cursor on like EasyLingo

Member Avatar for Ramy Mahrous
0
78
Member Avatar for poogles

do u mean that accept division on 4 without remaining?? [code] for(int i=15; i<50; i++) { if( i%4 == 0) Console.WriteLine(i); //prints number } [/code]

Member Avatar for Ramy Mahrous
0
84
Member Avatar for sajjaaaa
Member Avatar for GRaymer
Member Avatar for Atlantistwo
Member Avatar for pointers

please write your important code and surround it with [code][/code] and the rest don't really I could not read your question!!!!!

Member Avatar for ChaseVoid
0
150
Member Avatar for illicit

I don't uderstand you well but I think you can play with control properties Docking and Anchor

Member Avatar for illicit
0
82
Member Avatar for HLA91

I think 600*800 and from properties you can choose to make the form maximized WindowState->Maximized

Member Avatar for Ramy Mahrous
0
54
Member Avatar for manjusaharan

I think after page render you can do that, I suggest to ask this question in web development forum [URL]http://www.daniweb.com/forums/forum18.html[/URL]

Member Avatar for Ramy Mahrous
0
55
Member Avatar for cygnusX
Member Avatar for Ramy Mahrous
0
107
Member Avatar for gopy

please tell me what the idea you got or the field you like AI, Image processing, etc and we'll working together to find an idea

Member Avatar for Salem
0
238
Member Avatar for studgirl

you can use C# or JAVA I got from your question you're confused to use which programming language but having some experience in VB and C would let you learn C# or Java in weeks

Member Avatar for Ramy Mahrous
0
163
Member Avatar for tamik0
Member Avatar for Ramy Mahrous
0
83
Member Avatar for rockberto
Member Avatar for rinoa04

if you don't use bar code scanner, you need some image processing to identify image and extract the bar code from!

Member Avatar for blacklocist
0
79
Member Avatar for ditty

[code] class Connection { string connectionString = "your connection string"; public string ConnectionString { get { return connectionString;} set { connectionString = value;} } } class ConnectionUser { public string GetConnectionString() { return new Connection().ConnectionString; } } [/code]

Member Avatar for Ramy Mahrous
0
74
Member Avatar for Van Gogh

before calling the method which compute the variance and the mean [code] string n = Console.ReadLine(); if( n == "y") // exit else //parse and compute [/code]

Member Avatar for Van Gogh
0
79
Member Avatar for Ramy Mahrous

I am asking if there is anybody MVP in our community (Daniweb) or anybody got it as s/he participates in our community?

Member Avatar for Ramy Mahrous
0
72
Member Avatar for richace3
Member Avatar for jayz_raul

if you are using VB go to VB forum and ask them you may find a lot of help [URL]http://www.daniweb.com/forums/forum58.html[/URL]

Member Avatar for Ramy Mahrous
0
85
Member Avatar for Kumar Piyush

any business project you see it should save the data from users. like HR department they need a program to show employees, delete one, insert one, update and/or reserve vacations..

Member Avatar for Ramy Mahrous
0
70
Member Avatar for Udine13

I am using T-SQL but I don't know if my answer is right or wrong Should you write AS after table name like [code] CREATE TRIGGER trigger_name AFTER INSERT ON table_1 AS .... [/code]

Member Avatar for Ramy Mahrous
0
102
Member Avatar for bodikon

there a project on Code Project like that I think your main library is System.IO it used in such tasks

Member Avatar for Ramy Mahrous
0
113
Member Avatar for HoldenCfld
Member Avatar for gr8fubar420

you don't have any problem to cast int to string int myInteger = 25 String myString = myInteger; what's your problem?!

Member Avatar for Ramy Mahrous
0
350
Member Avatar for nayan408duet

[URL]http://msdn2.microsoft.com/en-us/vcsharp/default.aspx[/URL]

Member Avatar for Ramy Mahrous
0
58
Member Avatar for Duki

Happy birthday :) and the next year I hope you to have 5000 posts :D :D

Member Avatar for Chaky
4
172
Member Avatar for zmariow
Member Avatar for zmariow
0
346
Member Avatar for jpp
Member Avatar for boydanii86

use nullable feature in C# 2.0 like [code] int? x; x = null; // correct int y; y = null; // error [/code]

Member Avatar for Ramy Mahrous
0
79
Member Avatar for pointers
Member Avatar for pointers
0
101
Member Avatar for stan316i
Member Avatar for FragFighter
0
141
Member Avatar for nullified
Member Avatar for fcaserio
Member Avatar for hollystyles
0
121
Member Avatar for Bahulaj

you can save the points in xml file, or anything related in the graph like color or the position, .... read in System.XML.XMLWriter and System.XML.XMLReader

Member Avatar for Ramy Mahrous
0
28
Member Avatar for jhen

begin your project then ask for specific 'how do I' and we'll answer you [I]en shaa ALLAH[/I] [URL="http://www.msdn.com\csharp"]www.msdn.com\csharp[/URL]

Member Avatar for Ramy Mahrous
0
93
Member Avatar for faranak
Member Avatar for ivatanako

remove the double quotes UPDATE Customers SET stud_name='+stdName+' WHERE stud_ID='45698'

Member Avatar for jwenting
0
722
Member Avatar for jhen
Member Avatar for Ramy Mahrous
0
77
Member Avatar for zippymustang610
Member Avatar for hoon

Hoon, read in Database and ADO.NET if I answered your question I'll solve your assignment!!

Member Avatar for xyte
0
129

The End.