m0's Q&A profile
SQL Server Problem saving/retrieving unicode characters NVARCHAR with unicode collation (java jdbc)
I'm connecting to a SQL Server 2005 database using the latest (beta) sql server driver (Microsoft SQL Server 2005 JDBC Driver 1.1 CTP June 2006) from within Java (Rational Application Developer). The table in SQL Server database has collation Latin1_General_CI_AS and one of the columns is a NVARCHAR with c ollation Indic_General_90_CI_AS. This should be a Unicode only collation. However when storing for instance the following String: €_£_UUUUuuuu_AAOaaos£CcNn_ _ _ _ . .. it is saved with for all unicode characters as follows (when looking in the database): €_£_UUUUuuuu_AAOaaos£CcNn_ _ _ _ The above is not correct, since all unicode characters should still be visible. When inserting t ...Show All
Visual Basic Crystal Report And Similar Tool For Printing Document
May i know is there any tutorial on Crystal Report, i want to retrieve some data from database, format it and print it out. Apart from Crystal Report, what other tools is suitable for this Thank you. There are quite a few software vendors who have got report generating tools. Your choice will probably come down to cost. If you are using VS2005 then you may want to stick with the free version of crystal provided, but you can always find others by googling report generators. As for crystal tutorials, try going to the business objects website as there are walk through examples there. ...Show All
SQL Server Listing AS stored procedures
Is there a way to list the UDFs/stored procedures in a deployed assembly There is no schema row-set way to enumerate those, but if you have the assemblies on your drive you could run ildasm utility and browse the assembly for public classes and methods. Those can be used as stored procedures. If you do not have the copies of the assemblies on your drive, there is a way to get them from the server. I forgot how to do it but i will post another reply soon (unless somebody will answer). Of course, it will work if you have permissions to get the binary back from the server. ...Show All
SQL Server Is it Possible Web Reference URL: http://localhost/ReportServer/ReportService.asmx
Is it Possible: I have VisualStudio 2003, can i do the webreference to Reporting services 2005 yo invoke the proxy class: Web Reference URL: http://localhost/ReportServer/ReportService.asmx Thank you very much for the helpful info. ...Show All
Windows Live Developer Forums zooming out Virtual earth
Having a small problem, trying to find a location using the code below function FindLoc() { map.FindLocation(document.getElementById('txtWhere').value, onFoundResults); } function onFoundResults(e) { var results="More than one location was retruned. Please select the location you were looking for:<br>"; for (x=0; x<e.length; x++) { results+="<a href='javascript:map.FindLocation(\""+e[x].ID+"\");'>"+e[x].ID+"</a><br>"; } document.getElementById('resultDiv').innerHTML=results; } when I locate it, it zooms it in far, I do not want it to zoom in. i tried the map.zoomout, but for some reason it will on ...Show All
Visual Studio Team System Strange Results From a Smoke Test
Hello Everyone, I have a little problem that is puzzling me, and I have turned to the superior minds here for help ! I have only just started working with VSTS and am setting up a load test for a website being created by my company. One of the first things I wanted to do was to smoke test VSTS with a very short "mock-up" test against a very small "mock-up site". In particular I was interested to find out how many users I could simulate on a single machine before I maxed out either the processor or memory. So........ I set up a load test starting at 10 users, and adding 10 users every 10 seconds all the way up to 2000 users. Thinking that a very long way before that point I would exceed the resources availabl ...Show All
Visual C# Timer tick event is not calling
Hi All I have created a window service and add a timer to fire event after 1 minute. I installed service and start it then i debug its process in VS 2005 it worked fine and timer event fired automatically. But if donot use debug of VS 2005 and wait for that timer event firing it doesnot fire even after 30 minute it is not firing. Please help me. Regards Imran Zubair I haven't asked you to use any text file, If you have read my previos post that this code should work with some modification. That meant that remove that reading from file and move the Thread.Sleep to the start of the DoWork function. Anyhow, I tested the thing in your are getting problem and saw the same behaviour, It's not firing. I don't know why because I ...Show All
Visual Studio Team System reports in WSS
Hi, If I open the project portal in Sharepoint and click on reports I can see and run the custom report. I don't know how to show them in the navigation bar on the left side. By default, there is only a small list of reports on the left side. How can I manage this list I know there is a SQL server web part, but is there a way to add the report on the left side (left menu) without it Thanks you Rod hi rod, can you see if this suggestion helps http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=723018&SiteID=1 ...Show All
Visual Studio Printing Crystal report with Modified Page Setup
I have an ASP.net (VS 2003) application, within the application I have a report which to be printed in dot-matrix printer with size 9.27in * 5.00in. I defined a new form with same size mentioned and I renamed it as A4 Half then I used that form size in Crystal report for visual studio to fix the form size. Report output is working fine in the development machine (Windows XP Professional), but while deploying that report in the deployment server (windows 2003 server) it’s coming in a full page size although same form size and printer already defined on that server. Please update me if any body faced same problem before or have a solution for that. Thanks Ahmed ...Show All
Visual Studio read off file
Hi guys, I Have a file my rootdirectory, XXXX.txt, and I would like to read the contents of it because it contains the build number, for example 784940.1. I wanna be able to get that string and create directories with it. To create directories is pretty straightforward, but to read the contents of file I need some help. Thank you in advance, cdoloriert. Have a look at the ReadLinesFromFile task. Sayed Ibrahim Hashimi www.sedodream.com ...Show All
Game Technologies: DirectX, XNA, XACT, etc. MoCap -> 3dsMax -> Directx Animation , any ideas?
Hello guys, I know this must have been discussed here and everywhere else for uncountable times, but... I would like to ask you for your opinion or suggestion, however links, ... anything regarding the topic will be more than welcome. So, I've started a project to school: Use MoCap data and show off some animation...I have some experience with DirectX, but haven't done anything with ANIMATION(Inverse Kinematics,Skinning...) yet. Therefore, I would like to ask you for some directions I should go. My plan is as follows: 1.Import MOCAP data to 3ds Max 2. Export it to .X file 3. Load it within DirectX 9 app(game) Well, in final I would like to implement Inverse Kinematics as well. So I could use perfect animations from MoC ...Show All
SQL Server Tools to generating database creation scripts.
Hello, there are a tools, or a "ways" to generating "database creation scripts" from a MDF files Thank you for help. Bye Toni Hi Toni, In Management Studio Express, right-click on the database you're interested in, point at Tasks and then click Generate Scipts, this will launch the Generate Scripts wizard. Follow through the steps to script out your database. Oddly enough, this wizard doesn't seem to generate a CREATE DATABASE statement despite the help file claiming it does. I'm not sure if this is a unique limitation of Management Studio Express or if the help file is just wrong. If you are interested in only a subset of objects, it might be quicker to script just those objects, which you can do by right ...Show All
Software Development for Windows Vista Workflow Designer - Web
Hi, I need to either build a workflow designer or re-host the workflow designer to run in a Web Application. I know there are a Jon Flanders Atlas-based designer and the www.netfxlive.com . I can't run the application with more privilegies. www.netfxlive.com is exactly what I need... So... I really appreciate if somebody can give me some tips about how build something like that... Thank you for your attention. Unfortunately to rehost the WF Designer in the web application you will need to add in more previlieges because the Workflow dlls need them. If it is not for a web application you can look at the sample that is rehosted in a windows forms app: http://msdn2.microsoft.com/en-us/library/aa480213.aspx Also one mor ...Show All
Audio and Video Development Dynamic chage of media type in using tee-node and 2 sink doesn't work.
Hi. In my topology there are EVR and cosutom sink to get costom event from MFT connected with tee-node. When my MFT return MF_E_TRANSFORM_STREAM_CHANGE with MFT_OUTPUT_DATA_BUFFER_FORMAT_CHANGE in pOutputSample[0].dwSatus. Pipeline stopes and get E_FAIL from session event. If I remove tee node and cosutom sink topology works just fine. Am I missing something Thanks. kasumi. I'm using RC1 but problem still happens. I have created few simple topology and tested Dynamic chage. Here are the topologys and resoult. mySource->myMFT->Tee->EVR E_FAIL mySource->myMFT->Tee->mySink O.K. mySource->myMFT->EVR &nbs ...Show All
Windows Forms Data binding and Checkbox values
Ok... I have a value in my Sql table called "Disconnected" is a bit type....0 for not being disconnected 1 for being disconnected, Now i have a checkbox in my windows form that will submit information on a product....if the Disconnected checkbox is checked how do i send that value to the sql db...I know the checkbox is a bool value so if its checked it returns true if not it returns 0 for false.......I know i can type cast a bool to a bit, so should i do that within a property or something anyhelp or any links on how to get this done will be most helpful!!! Ok so your saying that If i have a form with some text fields and i pull up the information about a pacific product....and I check the discontinued button...All I hav ...Show All
