Jademobile's Q&A profile
SQL Server URL image disappear after postback (sorting)
On first rendering of the report, the URL image (she's into the report header, a logo) is ok i can see her. But when i use interactive sorting (arrow at the right of an header column into a table) the URL image disappear. I made "view source" on the report viewer page and i see <IMG SRC=""/>, so i lost the URL image on postback. I see in previous posts that the SP1 of SQL Server 2005 should resolve this problem but we have it installed and the problem stay. How can i fix or work around it Sorry for my english, it's not my first language ;) Thanks. This is known issue and addressed a QFE after Yukon SP1. You should need to apply SP1 rollup build which includes all th QFE's issued so far from ...Show All
.NET Development Windows forms authentication against DB
I would like to authenticate users against a users table in a database. Basically, it would string match the username and the password in the database table to authenticate the user. I assume that anytime you pull information in from a database, by default it is in clear text. So, if you have a users table to authenticate against, wouldn't you need some way of protecting the user name and password while it is in transit Perhaps there is a better way to authenticate a user in a windows form application Is it best to authenticate against active directory or can authenticating against a database table OK Any help, always appreciated. to encrypt data, MD5 (one way hashing, no decryption) is quick and simple: htt ...Show All
SQL Server Colour of the series in legend
I have few chart based reports where I am showing different costs in series. I want to fix the colour of each type of cost so that I can maintain the same colour for each cost in different reports. Is it possible If yes, then please let me know. Thanks in advance!!! Check out my sample report on Brian Welcker's blog: http://blogs.msdn.com/bwelcker/archive/2005/05/20/420349.aspx -- Robert ...Show All
Windows Live Developer Forums Can Local.Live information be transferred to Mappoint?
Hello, I have built a large database in Local.Live showing all of my company's retail locations. I would like to add a thematic layer (population density) to this map, but have not been able to do so. I am thinking that I will purchase Mappoint to help me do this, but was wondering, can my info in Local.Live be transferred to Mappoint Thank you so much, Melinda Hi Melinda, It sounds like what you are looking for is demographic analysis software combined with mapping such as MapPoint. Our company has software (which uses mappoint) that does this. Please email me if interested. ajim at tetrad dot com AJ ...Show All
Visual Studio Express Editions please help me!!!
How we write a C++ program that inputs an integer and a character . The out put will be a diamond composed of the character & extending the width specified by the integer. For ex:- If the character is * and the integer is 42, the diamond looks like; . … ….. ……. ……… ……….. ……… ……. ….. … . If the integer entered is an even number ,it should be rounded up to the next highest odd number . 2) How we generates random numbers How I store all these number in an array called rand_num How I ...Show All
Visual C++ [OTP] Error message PSAPI.DLL
I am getting a error pop up saying Get Process Image file name w. could not be located in the dynamic link library psapi.dll What should I do to fix this. April Sr: To whom it may concern: I been getting this error messege PSAPI.DLLSmart Bridge Alerts MotiveSB.exec,( this happen sooner I logg in) . Please what can I do to correct it. thanks in advance ...Show All
Smart Device Development problem in loading the custom service in samrtphone?
problem in loading the custom service in samrtphone I made myservice for pocketpc WM5.0 its runs successfully in pocketpc by activate service. I'm using device emulator for pocket pc sdk 5.0. Now i want to use that service in samrtphone WM 5.0. for this i change the SDK to smartphone and signed the Myservice.Cab file with "SDKSamplePrivDeveloper.pfx". The cab file installed successfully but not loaded with the "ActivateService" or "RegisterService" method for smartphone. Yah I have signed both the module and cab file. I were using sdk privileged certificate. But no avail. Please could any body can help me ...Show All
Windows Live Developer Forums clickable polyline/polygon
We can use pushin to create a clickable point to display information, what about clickable polylines and polygons For example, there is a street closed due to pipe line break, or new construction cause 2 miles of interstate highway closed, etc. I want to be able to do similar things with those lines, for example, hover or click on the line, and get information popup window, like those push pins. I know you can not attach events to a line for now, what about future versions I want to know if this can be done in client side, not capture the clicked point and send an AJAX request to a server performing spatial query on that location. Thanks a lot, Thanks.If the map area has a lot of lines, using brutal force ...Show All
Software Development for Windows Vista Performance difference when using the CreateInstance method
Is there any performance difference when using the WorkflowRuntime.CreateInstance method that receives an xaml (XmlReader) than using the one that receives a CLR Type Yes the one that takes an XmlReader is slower - since it has to create the Activity tree each time. You can use compilable XAML instead and use WorkflowCompiler to compile your XAML into a type before you call CreateWorkflow if you want to try to mitigate that overhead (which really shouldn't be much of an overhead really - but it is definately slower than the CreateInstance that takes a type). ...Show All
.NET Development xml as return string( http request/response)
i have two aspx files Default1.aspx and Default2.aspx Default1.aspx Calls a http request to Default2.aspx Accepts a string Parse this xml Default.aspx return string as xml But I am not able to do this……. Usually we parse xml when we have it as a file. like XMLFile3 .xml etc XmlDocument xmldoc = new XmlDocument (); xmldoc.Load(Server.MapPath( @"App_Data\XMLFile3.xml" )); but how do i do it when it is a string Hi, If you have a static XML you could put them to a file and read the file. But your best option could be XMLTextWriter. This class is exactly meant for your need. Note: Concatenating string ...Show All
Visual Studio Team System Importing schemas
Hi! I have created a project for sql server 2005 and then try to import schemas for a existing database by right click project and then import schemas. The status bar shows importing started...importing completed. so every thing sounds fine except nothing has been imported into the project! Any help Thanks I understand that you don't want to support the old 6.5 and 7.0 versions, but you should support all operations between 2000 and 2005 in all directions. A lot of customers are using both SQL 2000 and SQL 2005 and are transfering databases between servers. ...Show All
SQL Server Deadlock at trigger
a trigger need to insert or update record at the other table in high traffic environments however, the deadlock happens; ie, a trigger running twice at the same time want to need to insert record at the table. i trid to change isolation as SERIALIZABLE or REPEATABLE , but i cannot solve the problem. i guess the "while loop" affects the result because i try to cancel the loop and execute smoothly. How to solve the deadlock Thx ----------------------------- i used the following commands to change isolation level: SET TRANSACTION ISOLATION LEVEL SERIALIZABLE begin transaction commit transaction ----------------------------- the code are as follows: declare setskuCursor cursor local static for select item, qua ...Show All
Visual C++ Allways Compiling all files
Hi, I'm having problems with Visual Studio 2003 .NET. When I try to compile a solution the compiler always build all the solution even if I have no modified any file. I have tried to enable "minimum regeneration" from "C/C++" properties and enabled "Incremental linking" in "Linker" properties. When I try to debug the application I have the same problem, it says if I would like to generate the application because the project configurations are not updated. I have just reistalled Windows and installed Visual Studio. After the reinstallation it works well so I don't understand it. I have also tryied to compile it on other computer and I have not this problem. Any ideas Thanks, Oscar Llarch The project might ...Show All
SQL Server Adding subscibers periodically.
Hi, In my application, i am sending mails to the respective approvers who have to approve the pending requests allocated to them. Currently,i am adding the subscriber using the sql statement : select distinct users from requestapprover. For every user i am adding the subscriber device info and subscription data. So, this way it will send mails to only those approvers (subscribers) whose ids are stored. How do I add new subscribers because this statement will run only once. Is there a way to add subscribers periodically or a way to run the AddSubscriber.cs periodically, so that the new subscriber can be added. Currently, only those subscriber which are added at the first are added. Is this approach good , if not , pleas ...Show All
SQL Server Move SQL 2000 server from workgroup to a domain
I have been asked to move a system running MS SQL 2000 Server from a workgroup to a domain. The SQL server is running in SQL Authentication and the services are running as local system. Will SQL Server break after the move Any advice will help. I thought I remember this being the case, but possibly only with Windows Authentication. As always it's best to test before you try something like this on a Production server, but you should not have any problems. If SQL Server is running under Local System, that should not impact anything because Local System will still be there after you join the domain. As far as any SQL authentication accounts, they should not be impacted either because they are local accounts to SQL whether ...Show All
