Programmatic Testing for ODBC Data Source Programming Software Development by Halbo I am upgrading an app in VB .NET 2003. It relies on an ODBC Data Source being available. We rolled it out and it was working fine. The client decided to run it on a different machine. I hadn't thought of testing to make sure the machine had a working ODBC Data Source configured. The machine we rolled it out on had one, but the new one did not.… Re: Programmatic Testing for ODBC Data Source Programming Software Development by Ramy Mahrous [code=vb.net] try { odbcConnection.Open() } catch { MessageBox.Show("ODBC not working") } [/code] programmatic navigation Programming Web Development by avianheit is it possible to programmatically navigate a website without actually accessing it? can you click buttons, check boxes and dropdowns without actually visiting the website? Re: programmatic navigation Programming Web Development by avianheit what im trying to do is access a website and do some clicking of the buttons and checkboxes without actually visiting the site..i can just access it programmatically..is this even plausible? ASP.NET Tutorial: Caching in ASP.NET Programming Web Development by vrsane … explains about The Importance of Caching, Declarative Page Output Caching, Programmatic Page Caching, Caching Page Fragments, Caching Data and Monitoring Performance… name of the column in the database. [b][color=#0000ff]Programmatic Page Caching[/color][/b] You can also use caching programmatically… event involve in activating right mouse button click Programming Software Development by junvb is there an event associated with the right mouse button? i need to make the right mouse button click programmatic in my application on visual basic. is there a way? the idea is that we preset the time up to the millisecond accuracy and let the right mouse click on that time programmatic . please help... Use variable within Insert side of FormView Programming Web Development by crbeckman … if the user enters the info. I want to enter programmatic info. I already have a variable defined in the aspx… Normalizing "tables" Programming Databases by Subhobroto … implementations/snippets 2. Alternative [I]but[/I] [b]automated or programmatic[/b] approaches to get equivalent output. 3. Links to other… Ensuring Uniform Themes Programming Web Development by ChimpusDupus Is there any easy (as in programmatic) way to make sure that every theme in the ASP.… Trust access to Visual Basic Project - Is Not Enough Programming Web Development by Ptero … ). But still the execution on server (Win2003) fails on "Programmatic access to Visual Basic Project is not trusted"! Any… Problems with dynamic Excel with Module Programming Web Development by Jojo1974 … server I get the following error message HRESULT = 0x800A17B4 "Programmatic Access to Visual Basic Project is not trusted I am… Asmin privileges.. Programming Software Development by musthafa.aj Hi! i creating java apps to edit windows registry .... it is fine in Xp but in Vista its need admin privileges.. how do get it programmatic-ally... in .net app.manifest is there..but in java anything is for admin privil.. Re: Asmin privileges.. Programming Software Development by masijade … in Vista its need admin privileges.. how do get it programmatic-ally... [/quote] You don't. You'd have to execute… Binding Navigators and Data Sets Programming Software Development by zachattack05 … a data source, I'd like to do it all programmatic and I would like my users to be able to… automate File Download Dialog Box in Internet Explorer? Programming Software Development by khan17 … many files . Any thoughts? Should I just assume that a programmatic solution doesn't exist? Im using now the visual studio… cookies are not enabled on your browser but they are-Facebook login programmatically Programming Software Development by dima shawahneh … one, I am trying to login to Facebook in a programmatic way. i.e. I want to send user name and… Resources in an external file Programming Software Development by mwjones … Reflector; but I am trying to do this in a programmatic fashion with C# and not having much luck. It seems… File handling Programming Software Development by anunitha … find 1000 of names so plz help to do in programmatic. Because i know some basics in Perl so i can… Testing REST based web services Programming Software Development by hag++ … an excellent tool for testing your requests before implementing the programmatic solution. I know Soap UI has a REST based component… Testing REST based web services Programming Web Development by hag++ … an excellent tool for testing your requests before implementing the programmatic solution. I know Soap UI has a REST based component… Creating user in firebird database in vb.net Programming Software Development by satti Hi ya, Iam using firebird v 2.5 database with vb.net .i just want a help regarding how to create a new user in fb database programmatic ally in vb.net . thank you. nbtstat in c# Programming Software Development by kamilacbe Hi.... I want to write a little application to get the NetBIOS names of a remote machine...exactly like the command nbtstat -a [IP], but in a programmatic way. I googled around quite a bit but without success. Could someone plz guide me how to go abt doing this. Thanks return a select option text rather than its numeric value Programming Web Development by mbarandao … the text value of the selected option needs to be programmatic. On form submission, there maybe multiple selections. I found the… Geocoding FIPS codes Programming Web Development by sleign … into something I can geocode, or is there some other programmatic way this can be accomplished? Any help would be greatly… Create sdf database after an existing sdf (recreate the original sdf file) Programming Software Development by danimischiu Hello, Is it possible to do a programmatic rebuild of a sdf db file?I want to do this in case my app will collapse and say the db is corrupt. VB6 program won't END Programming Software Development by MichaelRyan … *think* I may have some object open. Is there a programmatic way I can iterate through a list of all my… Add VBA code to Excel file Programming Software Development by djjeavons … the code below will result in an exception stating "Programmatic access to Visual Basic Project is not trusted" as… Need help with Bootbox.js library Programming Web Development by Niloofar24 … is a small JavaScript library which allows us to create programmatic dialog boxes using Bootstrap modals, without having to worry about… Ul Loop is not working in Google Chrome Programming Web Development by sanvith … class="newsticker-item item5"> <h1 >Programmatic Marketing Done Right</h1> </li> <… JTree Programmatic Node Expansion and Selection Probelm Programming Software Development by hemanthjava I've read plenty of java Swing forums or questions and none of them have the right answers. I am trying to dynamically select a node in a JTree by searching for it using a search panel based on its property. My jtree allows single selection model. (SINGLE_TREE_SELECTION). [CODE]jTree.setExpandsSelectedPaths(true); // jTree.expandPath(…