CorySeaman's Q&A profile
Visual Basic Connecting to a server
im using the exportXML command in Microsoft Access 2003 to export a .xml file to my website. I have been experiementing with the exportXML command and have been able to export a table to a folder at my website. The problem is that before the table is exported i get a connect to website dialog box where you enter your server user name and password. Once submitted the .xml file is exported successfully. I would like to write some code that h ...Show All
Windows Forms RowUpdated event not firing
Hello everyone, I am stuck on this one! Here are the basics: DataAdapter daPeriods = new SqlDataAdapter(); daPeriods.ContinueUpdateOnError = true; daPeriods.RowUpdated += new SqlRowUpdatedEventHandler(daPeriods_RowUpdated) daPeriods_RowUpdated(object sender, SqlRowUpdatedEventArguments e) { //Do stuff ...Show All
Visual Basic Finding more than one instance
How do i make it so it selects all instances of the search not just the first. This is all i have so far but thats only for 1st instance. Form1.RichTextBox1.Find(TextBox1.Text) -Zenaku213 ...Show All
Windows Forms WinForm Datagrid
How hard is WinForm Datagrid for someone who already knows Webform Datagrid Are the two very similar and what does the learning curve look like Thanks I don't believe so, it makes it a little easier, and harder at the same t ...Show All
Visual Studio Web Developer Express Supports Visual SourceSafe 2003 and 2005?
Web Developer Express Supports Visual SourceSafe 2003 and 2005 Hi Mike, The documentation is wrong. I suspect the documentation is reused from the VS Professional docs because it talks about menu items that are present in that version. (e.g. File/SourceControl menu, SourceControl tab in File/Open/WebSite dialog,etc) If you'll look in the "%ProgramFiles%\Microsoft Visual Studio 8\Common7\IDE\VS SCC" folder for the Express SKUs yo ...Show All
SQL Server SQL 2005 Sept. CTP: Installation error related with encryption
Hi everyone, I've been trying to get SQL Server 2005 Sept. CTP installed for a few days and always end up with the same installation error: "Setup could not connect to the database service for server configuration. The error was: [Microsoft][SQL Native Client]Encryption not supported on the client. Refer to server error logs and setup logs for more information. " The installation is on a Windows 2003 SP1 machine with an SQL 2000 already in ...Show All
SQL Server The subscription to publication is Invalid
Hi, I have two SQL 2000 Server running on Windows 2003 Standard Edtion. I am using merge option to replicate database as Transactional option is excluding some tables. Both server are not in Active Directory and I am trying to replicate over the internet. I got following error message while using Merge option: Error Message: The subscription to publication 'XXX' is invalid. Error details: The subscription to publication 'XXX' is i ...Show All
Visual Studio Express Editions Out of date error
After I build a C++ program that compiles and links without error I use F11 to step into the code so I can place a breakpoint. When I do I get an error saying my project is out of date. It seems like it cannot be out of date if I just compiled it. I can turn off the message by responding to not be prompted again. I really don't want to do that because it might cause trouble later. Could someone please tell me why I am getting this message ...Show All
Windows Forms How to Filter Date in BindingSource
Hello!!! I want to filter a BindingSource, that has a field named "DateField", by month. The values are of Date type. Example: All rows that was created in november. I tried the following code, in the BindingSource Filter Property... "month(datefield) = 11" ...but the filter property don't allow this function (month). Somebody can help me Thanks Add a field called Month in your SQL-code of the bindingsource and filt ...Show All
Smart Device Development Microsoft.WindowsMobile.PocketOutlook in PPC 2003 se
I am using Microsoft.WindowsMobile.PocketOutlook for accessing contacts in my application. I know that before WM 5.0 there were no managed API for PocketOutlook. But my program builds for PPC 2003 in compact framework 2.0 but when i start my app it says cannot find entry no. #78 in pimstore.dll. Is the problem only with pimstore.dll If my prog builds for PPC 2003 then it should run on it. Also can I invoke APIs like GetUniqueDeviceId on PP ...Show All
Visual FoxPro Foxisapi won't launch COM application
Here is my situation: I am running with XP PRO. http://localhost/common/Foxisapi.dll/RESET & STATUS work properly COM server is out-of-process exe COM server can be loaded directly from Fox with: o = create("bulkm.x2") o.testServer() && This works But when I try to launch it from within IE I get "page cannot be displayed" http://localhost/common/foxisapi.dll/bulkm. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. understanding view/world matrix
I have a few questions about this device.Transform.view = Matrix would set the camera for the rendering screen and device.Transform.World = Matrix would place the mesh object into the world space right if all the above is correct what would be the best matrix seting for turning a mesh and placing it into a set location on the screen zetto wrote: Is it possible to rotate something with matrixes so ...Show All
SQL Server Cluster SQL Server 2005 on SAN
Here are my sistuation. Two physical servers with 50 GB on on each. make two disks on SAN. each disk has 30 GB 1. If install one instance on each disk, can node one own the two instances at the same time 2. Can the instance1 be installed on disk1 and disk2 and instance2 installed on disk1 and disk2 at same time Why not ...Show All
Windows Forms odbc connection porblem
hi master sir i create odbc connection with oracle connection test and work right but when i export data form sqlserver 2000 to oracle with odbc connection and user scott/tigger that time syetem not export data and give me error Failed to copy 1 Double-click the error row for a detailed description of the error When click on error then show blow error [oracle][ODBC][ora]ORA-01918: user ‘scott’ does not exist ...Show All
Visual C# C# and Lotus Notes
Does anyone have any suggestions for using C# to do a lookup in Lotus Notes address book Any Help would be apppreciated Thank You It's actually very simple. Create a new project in VS.Net 2003/2005. Add a reference to to Domino to it (right click on the References in the Solution Explorer, switch to the 'COM' tab, locate "Lotus Domino Object" and click OK). Now in your code add a 'using Domino' statement ...Show All
