ChrisBradley's Q&A profile
SQL Server SqlServer2005 can support merge replication with SqlCe2.0??
Hi guys, Correct me if I'm wrong. That's wat I was doing.. Try to perform a merge replication between the 2. But the following errors are wat I've got during the syncronization: Error Code: 80004005 Message : Run Minor Err.: 28557 Source : Microsoft SQL Server 2000 Windows CE Edition Err. Par. : ssce:database;password=mypassword;data source=Program Files\helloWorld\database.sdf; Error Code: 80040E14 Message : The OLE DB Execute method failed. ...Show All
SQL Server High CPU utilization on distributor and sp_MSget_repl_commands
Hi, In SQL 2005 Replication Monitor i was not seeing details for any of the publications on the "Distributor to Subscriber Histroy Tab" so i decided to stop and start synchronisation on this one publication. At this time there were approximayely 20000 undistributed commands. After the stop/start of the distribution agent, i started seeing messages like "x trasactions with x commands were delivered". Then i went and restar ...Show All
SQL Server How do I attach query results to send mail
I have several tasks that I don't want to use conditional failure on. I have a ON ERROR send mail task right now that works. I want to have that send mail task include query results from a separate query. How do I do that Peter Cwik How about dropping the result of the query into a file usig the Flat File Destination and then attaching that file within Send Mail Task Just an idea... -Jamie ...Show All
SQL Server Also for Sql server 2000
i get this error when i wanna install sql server 2000 http://img287.imageshack.us/my.php image=error4pt.png kk thks... i cant afford to buy.. haha.. but its okie.. ill try install spl 2005 ...Show All
Visual C# invalid cast
This piece of code works fine and needs no explicit cast in vb.net. itemId = arrCart(cartId, i) When I converted it to C#, however, it complained that it cannot do the implicit conversion. So I tried: itemId = (int)arrCart[cartId, i]; But I get an exception error read: Specified cast is not valid. itemId is an integer and arrCart is a two dimensional array object: int itemtId; object[,] arrCart; Can anyone tell me how to correct this ...Show All
SQL Server ADO.NET Please Help ??
ADO.NET is great But I have a problem I using Stored Procedures and UDFs to Insert and retrieve my data I can recieve a variable Only from UDF or Stored Procedure Put when the returned value is a set of records Whats the matter then and very especially: I need to know How to navigate through this set of records Next,Previous,First and Last Programmatically without Binding to Controls One of my Friends challenge me and Say :&quo ...Show All
Visual Studio Team System Checkin Event not being triggered?
Hi I've written a web service and have registered it to the check in event (returns a positive ID). I am assuming this event is triggered whenever someone checks in a file, however the webservice is not being called. The web service code is as follow and is hosted on IIS on my machine (The TFS server has access to the webservice). ------------------------ using System; using System.Web; using System.Web.Services; ...Show All
Visual Basic Help with Images from XML content
I have a form that submits an XML query to a server and recieves a response. The problem that I'm having is that in the response there is an <image> tag, which I can parse and get the data, but it's binary data. Now I need to convert that to an image for display in a picture box. I've found a ton of examples on how to make it work from a DB stream, but nothing on data from a webstream that I can store in memory and then display to the user ...Show All
Windows Forms ComboBox Sorting Bug
I don't know if this has been adressed here already, but I didn't find a thread about it. When you bound a Combobox to a DataTable and set combobox sort property to true, the displaytext's are sorted but the values are not and this m ...Show All
SQL Server Using Charts crashes VS 2005
I have been creating reports just fine in Report Designer 2005 until I tried to drag a report on an open canvas, new project. I just used a simple bar chart and tried to drag over 3 fields from my dataset to allow it some information. When I preview the report VS crashes with an unexpected error. Is this something anyone has come across when trying to create charts I assume it is not liking something I did but all ...Show All
Smart Device Development Asynchronous I/O functions on CE
Hi, I need to port a Windows desktop communication DLL to a PocketPC target. Unfortunately, it seems that CE doesn't support aynchronous call for the I/O function ReadFile, WriteFile and CreateFile but these functions were esential to my DLL. So, is there really no support for overlapped I/O methods on CE Is there another way to implement non-blocking read/write operations on serial ports or sockets Thx, Negyoshi. ...Show All
Windows Forms Connect to Yahoo search
hi is there a way that i can send a word to yahoo search from my application and get the results displayed on my application thanks Yes, but depending on how you wish to use the service it might be a viable option. I&nb ...Show All
Visual Basic How does VB compare to C# part 2
I am sorry but my question was NOT answered at least not technically. But, what is clear is that there is a lot of strong feeling against VB's syntax that does not exist against C#. Several post indicated that they would not hire a VB programmer unless they programmed in C# syntax. I really find that disappointing. I thought the purpose of the framework having several syntaxes was to promote choice for the developer and make that choice s ...Show All
.NET Development Data Source???????
Hello Experts, I am new to this techology. I am developing an application-in which i am uisng vb.net as the front end and ms-access at the back end. My database name is: db1.mdb and table name is: student When i tried to connect with the ms-access database in one-oledbdatadapter- wizard - it asks to enter value for "Data Source"- i don't know what it wants. i gave my db name then the table-but it replied -something ...Show All
Visual Studio Team System Getting info about local variables.
How would you get information about variables local to a method I thought looping over a method's instructions would get me there but it appears there is no opcode generated for local variable declaration. Instead there is a .locals init ( ) line. Is there a way to access that information So far Method.Body.HasLocals is the only thing I've found to be of any use and I thought the Block class would lead me to my goal but so far it hasn't. Any adv ...Show All
