1,302 Posted Topics
Re: [url]http://support.microsoft.com/kb/139444[/url] | |
Re: Your logic is wrong! you should have Sql statement which takes 2 parameters username and password and returns scalar value number, 1 is valid or 0 otherwise, don't select from DataReader!! | |
Re: [QUOTE]Is there an easy way to tell the trigger: If the action which causes you is rolled back -> role back you action? [/QUOTE] I think you determine that in the trigger you fire it after or before committing the action. read in triggers at MSDN.com second issue you can … | |
Re: Please drop here the error you got. | |
Re: It depends on how you display text in your made browser!! you can increase text in the page with value whenever user press the button. | |
Re: Very good bcasp :) they answer the question. You need to read in where clause [icode]SELECT column1, column2, .... FROM TABLE WHERE column4 = @value1 AND column5 = @value2[/icode] | |
Re: I don't understand your problem neither the error you got. Please clarify your question, copy the error message and tell us which language you use. | |
Re: Windows service run an executable with an silly interface which doesn't allow a user to max, mini, or close it. Executable will do its job for authentication. | |
Re: You can create your method and enclose this code inside [icode]Image1.Left = Image1.Left + 1[/icode] then invoke it. | |
Re: I think you can apply this on MS Access [url]http://fci-h.blogspot.com/2008/04/how-to-save-image-in-sql-server.html[/url] at least if you read this post you can do it. | |
Re: Call this SP [code=sql] Backup database [databaseName] to disk'[filePath]' [/code] | |
Re: [QUOTE]but it shud be fully code based.[/QUOTE] Friend, if you search on MSDN you'll find a lot of articles there. and you can post here specific question say, when you connect on SQL Server your application releases exception lmlmlma, so the question is "[B]what's the error, friends...[/B]" Best of luck … | |
Re: Do you know how do get blob as binary (array of bytes) if you can, read this post [url]http://fci-h.blogspot.com/2008/04/how-to-save-image-in-sql-server.html[/url] | |
Re: I'll answer the subject of the thread, you can read in System.IO.File | |
Re: You merge logic or business of your application and the design of the database, you don't need to modify the design if you correctly did it, rather in application check the new friends list in a friend and show them in say news feed to their friends like Facebook | |
Re: Like you insert or retrieve the data, just change the SQL command, read in OleCommand | |
Re: Check the Job on SQL Server use the same connection string used in SSIS project, and check the permissions granted to this user AG\RVilonel on the targeted server can perform maintenance tasks! | |
Re: What's this?!! I don't understand your question! | |
Re: ASP.NET forum for web-development questions, here's generic VB.NET forum mainly windows-based application ASP.NET forum here [url]http://www.daniweb.com/forums/forum18.html[/url] | |
Re: If you want to show detailed data on GridView based on master data on TreeView, say TreeView holds Car Models and you need when use selects Car Model from TreeView, its details shows in GridView. You'd have DataSource which takes Car Model as a parameter, and assign GridView.DataSource to it, … | |
Re: I think you should add the row\column to the DataTable(The Data Source of the Grid) then bind the Grid again. | |
Re: In textbox ChangedText event handler you can check on the character the user enters, Char.IsSymbol, Char.IsDigital, you'll make use of Char class. - If you searched in this forum you'll find a lot of threads talk about that too.. *Show us your effort* | |
Re: Look, my friend Danny, they're different Array of Array == one-to-many, imagine every cell in the above array has all cells in the below array.. I know, I can describe it but I'll draw it for you... | |
Re: [url]http://fci-h.blogspot.com/2008/05/how-to-make-your-controls-moveable.html[/url] Show us your trying in Resizing them... | |
Re: It's not SQL Server error!! rather you should post that on ASP.NET forum. | |
Re: From comboBox properties, select Data Source, Display Member, etc.. Display Member = the column you want to show it to the user. | |
Re: User table has recursive relationship because SuperAdmin, Admin and user (I think you understand me) There's column in User table links to Type of user (RoleMst) SuperAdmin, Admin, User, etc... | |
Re: How could you by pass MSDN!! [url]http://msdn.microsoft.com/en-us/library/ms190479.aspx[/url] | |
Re: Please open another thread and ask there, it's solved one :) | |
Re: You can do it from TreeView properties, it's so easy to make it on your own. | |
Re: [icode]DateSet.Merge(AnotherDataSet)[/icode] Read in merging datasets on [url]http://msdn.microsoft.com/en-us/library/4swwh51k.aspx[/url] An example [url]http://aspalliance.com/148[/url] | |
Re: I don't think so, you should implement it yourself! | |
Re: I'll share with you and your question would be answered, but give me your approaches, how could you think in this problem | |
Re: There is a lot of reasons... debug your application! and check which operation takes a lot of processing you can run it on another thread! | |
Re: [QUOTE] [QUOTE]var is a C# 3.0 feature; it can't possibly work with a C# 2 compiler.[/QUOTE] i using vs2005 and installed the linq.[/QUOTE] I think he should select from LINQ project-> Console LINQ project not console application directly... | |
Re: I don't understand anything!!! put your table structure + sample data and the output desired. | |
Re: My friend it's not related to MS SQL Server :) it's about how can you play with the datetime value returned from SQL Server, as SQL Server returns the value, the problem is over here, and you can post this question to ASP.NET forum, you'd get fast response there. Best … | |
Re: Your design isn't correct! sorry for that but the description would be attribute in Instruments table and would be [B]nullable[/B] because there're some instruments haven't description! | |
Re: [QUOTE]We've been given an assignment for school to write a program in PHP with the help of a MySQL DB[/QUOTE] We don't solve assignments. Show us your approaches to solve this problem! | |
Re: Where you run it? Your client should have MSDE or Express edition and your should attach your database to the server(MSDE or Express) installed on the client machine. | |
Re: Read in System.Diagnostics.PerformanceCounter and you'll know :) | |
Re: 3D array in C# is [iCODE]double[ , , ] sales;[/iCODE] Read in arrays in C# | |
Re: Why to not use VS 2008 it's better and reliable, and can target .NET framework 2.0 + has LINQ fixes | |
Re: 1- .NET still supports calling to APIs through COM and adding reference to unmanaged libraries say user32.dll, kernel.dll, etc 2- Object browser in Visual Studio or some decompilers. | |
Re: ASP.NET forum is better for web applications [url]http://www.daniweb.com/forums/forum18.html[/url] |
The End.