Software Development Network Logo
  • SQL Server
  • Microsoft ISV
  • Visual Studio
  • Audio and Video
  • Visual FoxPro
  • Windows Forms
  • .NET Development
  • VS Team System
  • SharePoint Products
  • IE Development
  • Windows Vista
  • Visual C++
  • Game Technologies
  • Visual C#
  • Smart Devicet

Software Development Network >> progames25's Q&A profile

progames25

Member List

Scotty12105
enric vives
stswordman
Evan Mulawski
.net sukbir
pyeung
Jonesj3599
Jason Lodice
dana_lotus
Alfonso Calderon
GaV56
Jaxom01
xxxmpsxxx
enric vives
billqu
partha mandayam
ANS-Denver
mkfl
donkaiser
Pedro Martins
Only Title

progames25's Q&A profile

  • Visual Studio Express Editions OTP [VWD]: Search a database with a textbox and button

    I have seen this question asked many times but none of the previous answers are helping me.   I would like to have a search page with a textbox and a button. When the button is hit the text entered in the textbox would search a result page with a gridview for items containing the textbox string. I am confused by the many ways to carry the data over from the first page to the next. As well as how to contruct the SelectCommand to filter using the textbox string.   My gridview uses a thing like this right now, ProviderName =" <%$ ConnectionStrings:Database.ProviderName %> " SelectCommand ="SELECT descript AS Description FROM master WHERE (descript LIKE '%' + + '%')"> < SelectParameters & ...Show All

  • Visual Studio Team System TFS puts the files an which path?

    TFS puts the documents files an which path i can't find anywhere or it puts the all documents in the Sqlserver database A related question. It looks like the path part of the table only allows 254 characters. Does this mean that I can't have folders nesting deeper than the level at which the full path length gets to 254 characters This seems like a serious limitation. ...Show All

  • Smart Device Development Bypass GPRS Connection in WM'05 Smarphone/Pocket PC

    Hi to all. I'm developing a solution that needs GPRS connectivity by two APN (Access Point Name). One is defined as WAP with an HTTP proxy and the other one an Internet without proxy. The device is a Smatphone (HTC Startrek - QTek 8500) and its configuration is: Start > Settings > Connections > GPRS > Amena GPRS Connect to: The Internet Access point: internet User Name: xxxxx Password: xxxx DNS fist: 0.0.0.0 DNS second: 0.0.0.0 IP Address: "blank" Start > Settings > Connections > GPRS > Amena WAP Connect to: The Internet Access point: amenawap User Name: xxxxx Password: xxxx DNS fist: 0.0.0.0 DNS second: 0.0.0.0 IP Address: "blank" Start > Settings > ...Show All

  • SQL Server Dling support?

    Hi All. What can we do to let the power that be know that there are many of us that want Dlinq to support SQL ev They say they are considering it, how can we help them deside Mike Greenway They did it and the CTP is ahead of schedule too. http://blogs.msdn.com/adonet/archive/2006/08/15/701479.aspx I'm going to take a look. later Mike Greenway ...Show All

  • SharePoint Products and Technologies Install WSS 3.0 on Vista (or only Windows Server)?

    Hi all, I thought I read somewhere that you could install WSS on Vista (I have Business Edition) - is this correct or can it only be installed on Windows Server Thanks in advance. Grant. Hi Nick, Thanks for the clarification. Cheers, Grant. ...Show All

  • Smart Device Development Window Mobile 5.0 locale problem in developing .Net application

    I have got a .Net program run in PocketPC 2003 SE absolutely no problem in different locale. Once I deploy it into WM 5.0, I got exception in reading http://....xml , but it works fine in other language. This problem only occurs in China-related city locale . Other locale even greek also works fine in .net 1.0 and 2.0 WM 5.0. The code are below, HttpWebRequest req = null; HttpWebResponse resp = null; FileStream str = null; Stream respStream = null; BinaryReader binReader = null; BinaryWriter binWriter = null; int bytesRead = 0; byte[] buffer = new byte[1024]; if (File.Exists(SaveTO) == true) { ...Show All

  • SQL Server No exception message from CLR stored procedure

    Hello everybody, I've encountered a strange thing using a CLR Stored procedure: The procedure throws an exception with no message inside... value = {" "} Basically the procedure has a string as argument which contains a SQL statement that changes according to the users selections... The results of the query are saved into a dataset for further processing. Those resultsets can sometimes be very big (ex: 15000 records...). (For the record the procedure works fine for smaller datasets ex 6000 records and running the same query on the application server returns the expected resultset ) By Debugging the procedure I could determine that the failing point was when the dataset is filled... Anyone having any id ...Show All

  • Visual Studio Express Editions Thanks

    Hello world, i've a problem with my application. I must store some information on a specific file in specific folder, i.e.: filename, format, extension. Intially i've the path of the folder that contains the files. How i can search file in a folder How i access file information and store they in a datatable Thanks. Ok, thanks, i've solved my problem. Now, i want create a table with inside image and their attributes (title, format). Those images are load from folder, and so, they are shown in table. How i can do it Thanks ...Show All

  • SQL Server Problem appending to a raw file

    I have subscription records for five different magazine titles that i process by looping each one though a dataflow using a for-each loop. I am using the following instructions to append to the raw file: http://blogs.conchango.com/jamiethomson/archive/2005/12/01/2443.aspx This works fine when I pass four different magazine titles. when i try to run all of the titles(five), i get the following errors: [Raw File Destination [131195]] Warning: The parameter is incorrect. [DTS.Pipeline] Error: component "Raw File Destination" (131195) failed the pre-execute phase and returned error code 0x80070057. Any ideas Thanks. Frank I guess my first avenue of investigation would be to identi ...Show All

  • SQL Server AMO - measure numeric Value

    I'm building a cube dynamically and i want to list just the columns in the fact table that are numeric in order to make Sum's, AVG's and so on. How can i do this using AMO , i'm wondering if i can do this from the FactTable's (Data Table) DataColumns, but there is no metadata that tells me if the values there are or not valid numeric measures. Regards Lisber. Thanks for your answer Paul, The Problem that i have needs another solution because :( , i'm creating the cube dynamically: I have the DataTable related to the fact table, but when i start creating the measures i need to do this: (Copied from AdventureWorks - AMO Example) meas.Source = CreateDataItem(db.DataSourceViews[0], "FactInternetSalesReason", "SalesOrder ...Show All

  • Visual Studio HTTP Checkout - Possible Timeout Anomaly

    My team is encountering a strange problem when trying to checkin or add larger files to VSS 2005 via HTTP or HTTPS. The resulting error is always the dreaded: There was a failure uploading the URL.... although I don't believe that error indicates what the actual issue is. I've read what I think to be every post on the subject here and elsewhere on the web, and no situation matches exactly (others are simply an easy timeout misconfig or a permissions issue and nothing can be checked in.) It's not a permissions issue as all team members can checkin smaller files and large projects that contain small files-- as long as the file being checked in doesn't take more than 30-60 seconds (see below.) It's not a typical HTTP "tim ...Show All

  • Software Development for Windows Vista Major compiler Error

    Hi, I am getting the following compiler error, Error 2 The "CompileWorkflowTask" task failed unexpectedly. System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Documents and Settings\jacog\Local Settings\Temp\rsnifrbx.tmp'. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at System.CodeDom.Compiler.TempFileCollection.EnsureTempNameCreated() at System.CodeDom.Compiler.TempF ...Show All

  • Visual Basic I don t know hoe to use Console.WriteLine

    I place a form and a button then I use Console.WriteLine in my code . But this latter doesn t display anything. where should I watch the output of Console.WriteLine. In which window Thanks Console.WriteLine is for when you have a Console. You do not have a Console when you are developing Windows Applications. If you are not writing output for debug purposes you need to state so and state what you are doing. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Game Programming is very Hard

    I've been reading DirectX sdk tutorials and MDX tutorials and things like that, and it seems VERY VERY VERY hard. Will this new XNA studio and the documentation simplify this All these vectors and whatnot is very complicated and I'm having trouble understanding seemingly basic concepts in game programming in 3d. When you get into collision detection and reaction with high velocity objects, that's when my brain explodes and leaves a black hole. Game developers are probably some of the most talented individuals when it comes to understanding problems and solving them efficiently. There is still a lot of hacking (performance vs. maintainable code) going on though; that is why they might not be the best fit for enterprise level so ...Show All

  • Visual Studio Team System Unit Testing

    Can Unit Testing in the DataBase Pro product allow for Edit-and-Continue to help debug SP's that call one another, a tracing mechanism so to speak We will not be able to support TSql edit and continue in this release. For tracing - what do you mean Something similiar to the level of tracing you can get in SqlServer, or more verbose tracing of the test execution and condition evaluation ...Show All

©2008 Software Development Network