meiraz's Q&A profile
SQL Server Keyword "Top" can't be used in SQL Mobile, is there any substitute?
I only want to select few records from table Keyword "Top" can't be used in SQL Mobile, is there any substitute Thank for your help! I have read your reply seriously But I want to have a solution which doesn't need to compare the value of the table. Just get a fixed number of rows from the SQL Mobile table in no particular order like using "Top" keyword in the Transact-SQL ...Show All
Smart Device Development file opened?
<deleted> You'd need to make second launched copy of your application notifying already running copy somehow. Any common IPC methods would do. ...Show All
Audio and Video Development namespace support
Hello Everybody Can some one (from microsoft i suppose) guide about the extent of namespace support they have provided or will provide Thanks Thanks Mr Torr umm...i have a question Does the prefix "style" is bound ("hardcoded" ) to uri "http://www.dvdforum.org/2005/ihd#style" similarly are the bindings "state" :: "http://www.dvdforum.org/2005/ihd#state" and "ihd" :: "http://www.dvdforum.org/2005/ihd" fixed. and the default namespace is always "http://www.dvdforum.org/2005/ihd" or can we do something like this Can i do somwthing like this <ihd:root xml:lang="en" xmlns:ihd="http://www.dvdforum.org/2005/ihd#stat ...Show All
Windows Forms Merging arrays
Hi All, I am trying to find answer for this for the past 5 days and I didn't come across a reasonable solution. What I am looking for is ... I am getting no.of two dimentional arrays from one part of the program. And I need to write these array data to Excel. If I get say 50 arrays, then I need to call the Excel writing function 50 times, which opens, writes and closes excel object each time when it get called. This results poor performance. So I am looking for better alternative. I came across with two solutions a) Keep the target excel open and close only at lost b) Merge all the arrays into a single array and call excel only once. I feel option b) is more suitable for me as in case of a) I need to open multiple exce ...Show All
Visual Studio Team System Customize Team Project Creation
In the past, our team has stored items in Source Safe that weren't necessarily associated with a project we'd created in Visual Studio. With the source control in Team Foundation Server, we'd like a separate top-level folder where certain project artifacts (executable utilities, documents, etc...) not associated with a Visual Studio 2005-created project could be managed under source control. Is there a recommended way for this to be done using source control in TFS Again, the key is that we'd ideally like a shared top-level file rather than having to put these shared items under a team folder that was tied specifically to projects in Visual Studio. Thanks, David Madrian In order to get ...Show All
Visual Studio Express Editions Menu => opening Form => only 1
When you open a Form by clicking an item in the menu, it opens. But when you click a next time it opens again. Can you make sure that every window is only displayed once. So users can overload the program ...Show All
SQL Server "Timeout expired" occurs in the middle of a stored procedure
greets all, i have a express set up and running a table filled with a few batches of records. Each batch has approx. 20k records. I have a program that inserts a new batch into the table. afterwards, it makes a call to a stored procedure. this SP compares the last batch with the latest batch and marks the records as additions, updated, or deleted records (which will be used by the program). the problem im experiencing is that the comparison algorithm is getting the "Timeout expired" error returning back to my program. the SP seems to take roughly 1-3 minutes to make the comparisons. i tried setting the execution timeout to 0 (no timeout) in Options->Query Execution->SQL Server->General but i still encounter the proble ...Show All
Visual Basic Running a bat file
Hi Folks, I am trying to run a bat file from a VB.net app (VS2003). I have tried a number of things as shown below but none seem to work. Can someone please help shed some light. Dim Path = "C:\PConfiguration\Software\Ads.bat" ONE Dim xProcess As Process xProcess.StartInfo.FileName = "cmd.exe" xProcess.StartInfo.Arguments = " /c " & scriptName If you specify the following, the output of the script will be displayed in the current window. xProcess.StartInfo.UseShellExecute = False TWO Dim psInfo As New System.Diagnostics.ProcessStartInfo _ (Path) psInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Normal Dim myProcess As Process = System.Diagnostics.Process.St ...Show All
Visual C# Many a C# Question
Hi, I've got a few questions relating to C# (Forms & Code) and am hoping that someone could please help. If you do, it'll be much appreciated. Is it possible to add tabs (like MS VS does) when I want to make a new thing If so, what do I do Is is possible, to add non-existant programs to a menu after they have been installed on a computer (like MS Windows Start Menu etc. or Internet Explorer) If so, what do I do When printing with web browsers, is it possible to NOT use the image document user (like when using IE) If so, what do I do Is it posssible to ban websites using web browsers If so, what do I do Is it possible to have a loading bar when a web browser is loading or if something is printing If so, what do I do ...Show All
SQL Server Can't store chinese in SQL Database
update Food set FoodName = ' 杏仁' where ID = 100 in database as Hi bass, "But this will affect other databases in your server". This could be very dangerous. Good Coding! Javier Luna http://guydotnetxmlwebservices.blogspot.com/ ...Show All
SQL Server Enabling remote errors
Hi, I am accessig reports through report manager. The RS and report manager are installed on same remote machine. i have edited the ConfigurationInfo table in the report server database to set EnableRemoteError to True but still i am gettin the following error when i try to access the reports from my machine through report manager(installed in remote machine) An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection to data source 'Prague DB'. (rsErrorOpeningConnection) For more information about this error navigate to the report server on the local server machine, or enable remote errors You can set server properties on a report ...Show All
Visual Basic Express to Pro
Is there a part number to use when going from VB Express to VB Pro 2005 There are several of these, a little confusing, I just want to make sure I get the right one. Good reference for the different versions: http://msdn2.microsoft.com/en-us/library/b4z62wxz.aspx ...Show All
Visual Studio Team System File Recovery in TFS
We are using Visual Source Safe 6.0d and recently ran into a problem where some of our files were corrupted because our VSS server ran out of disk space. Our VSS admin ran the VSS analyze utility and it found and fixed a host of errors, however a certain file still had all of its history lost. Now the only solution is to restore the entire VSS database to another server and recover the one lost file we need. Does TFS provide any ability to recover a single file without having to restore the entire database Note that I don't mean "roll back" a single file because in this instance the entire history for the file became corrupt. Does TFS have any additional source control features that would have saved us in this instance ...Show All
Internet Explorer Development Errors in MSDN Library's Web Development section
The MSDN Library’s Web Development section is an important reference source for many web developers. Its accuracy is therefore important. But I can’t seem to find anywhere to report errors in the documentation. Does anyone know who to talk to if we need to get errors fixed In case anyone is reading this message who can fix such errors, the example given for the HTML Q element [1] is erroneous: <P>He said, <Q>"Hi there!"</Q> If you consult the referenced HTML 4.0 specification, you'll discover that this example is seriously mistaken [2]. The specification states explicitly: ‘Visual user agents must ensure that the content of the Q element is rendered with delimiting quotation marks. Authors should not pu ...Show All
.NET Development Exceptions in Timers.Timer.Elapsed
Hello .NET gurus!! I have attached a sample of code that demonstrates an issue I am running into. An unknown exception occurs in the Elapsed event of a System.Timers.Timer. I would like to catch these exceptions globally for logging, etc. I would 'like' to avoid creating a generic exception handler in the Elapsed event. In the past I have used the AppDomain.UnhandedException event for global exceptions, but in this situation the exception never falls into that event. Ultimately the app will be running as a Windows Service. I am developing as a Console app. Here are some of the things I have been thinking about but don't know the answer to. Does the AppDomain.Unh ...Show All
