Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- vb6.0 + ADO + Win Vista = Erro 2147467259
- I have an aplication developed in VB6.0, wok fine in win 98, ME, XP, 2000, 2003, but now dont work in Win Vista.After hours trying resolve the problem, installing MDAC 2.7 and 2.8 , set debug points in code, I have identify where is the bug but I dont know...
- Tags: tostafig@..., Win Vista, vb6.0, truncate connection string, windows, software, programming, windows vista, ado, connectionstring, ConnectionString
- Discussion threads 2007-02-13
Additional Resources
- How can I truncate data in a MS Access Field?
- Using Google, I found the following update query posted by Tony Hopkinson in Mar 2005:update mytable set ssn = right$(ssn,4)I tried this and it works for all MS Access databases that I have except for one. In that database, I get the following error when I run the query:Compile...
- Tags: Databases, Storage, joe.a.grabman@..., database, Microsoft Access, Microsoft Corp.
- Discussion threads 2007-04-16
- Educate yourself about .NET SQL Server connection string syntax
- Error in listing B?Shouldn't the statement:conn.ConnectionString = "connection string"be rather:conn.ConnectionString = cStringI saw that too...Yes, it should be conn.ConnectionString = cStringI'd like to see a rundown of how to set the connection string for the CrystalReports object in VS2005, using a connection string entry in the web.config or app.config file.Thank...
- Tags: .NET SQL Server, connection string, info@..., programming, Microsoft .NET, server
- Discussion threads 2006-06-21
- SQL Indexes/table resetting
- I have a SQL Server 2000 DB that has numerous tables that I would like to reset back to how they would have been just after creation( i.e. blank fields throughout) I'd like a number 1 to appear in the first index column when a new record is added. ...
- Tags: colin-mackenzie@..., programming, SQL
- Q&A 2005-07-25
- asp.net connection string security
- i am new to web development in asp.net i want to know how can we secure the connection string. i have read some topics on net about encryption but i did not understand it properly bocz i have tried it on my pc it is not working. can any one...
- Tags: .NET, Middleware, Channel management, ajaxroshan@..., connection string, Microsoft ASP.NET, security
- Discussion threads 2007-07-22
- Make sure your next application can get to the data it needs with connection strings
- Too often the coding of connection strings has been something to be avoided, causing developers to continue using databases like Microsoft Access. A connection string is nothing more than a string consisting of key/value pairs that describe either a data provider or driver that is separated by semi-colons. This brief...
- Tags: Connection String, Databases, Enterprise Software, Software, Data Management
- Download resources 2007-02-12
- MSDN Webcast: Security Best Practices: Protecting Your Connection String (Level 200)
- The connection string is the key to the database, so how to keep it from prying eyes? Where to put it, how to encrypt in, and what to do with the encryption keys? This webcast will guide the attendee though the options and helps to choose the best methods for...
- Tags: Microsoft Developer Network, Webcast, Connection, Microsoft Corp., Security
- Webcasts 2005-10-07
- Crystal report 6.0 connection string for sql server 2000 using vb 6.0
- i am developing one application.In which i am using crystal report 6.0 ,sql server 2000 and vb6.0My problem is:Which connection string is used in vb 6.0 to connect crystal report with sql server ?Please help meIt 's an urgentCan any one help me for this?Crystal report 6.0 connection string for...
- Tags: Programming languages, meforam@..., sql server, SQL, connection string, server
- Discussion threads 2007-05-17
- How do I... Replace a complex connection string with a DSN?
- Technically speaking, a Data Source Name DSN is an identifier to a data source for an Open Data Base Connectivity ODBC driver library. ODBC is a function library that interfaces between the Application Programming Interface API and compliant database systems. Anybody who's interacted with foreign data programmatically knows that getting...
- Tags: Data Source, Susan Harkins, Open Data Base Connectivity
- Download resources 2008-05-20
- Convert String for C++ (zip)
- You should add quote at the start and end of a string line, replace quote inside the string with slash and quote, double slash, and add return and next line at the end of a string line. If you make some changes in the revised string, you have to iterate...
- Tags: C++, C/C++, Programming Languages, Software Development, Software/Web Development
- Software downloads 2006-09-06
- DMI configuration
- Hello, does anybody know how to readout the DMI configuration in DOS mode without starting Windows at all?Using DMI236.EXEUse the command line DMI236.EXE /g /n /s[m|p|v|s] string |/c[m|v|s|a] string| /b[m|p|v|s] to save or update the DMI information. The parameters to add information are listed below:/g Save Manufacturer, Product Name, Version,...
- Tags: Network administration, richard.eisenhauer@..., Desktop Management Interface
- Discussion threads 2007-05-07
- oledbdataAdapter
- HiI am trying to set up a oledbDataAdapter to do a basic select from an Access database and I get the following error:IErrorInfo.GetDescription Failed with E_FAIL(0x80004005)What can I do to fix this?Verify your connection status to the database. Probably your connection is fault. Try to build a valid connection string.
- Tags: Storage, Databases
- Q&A 2005-11-25
- Custom Connection string to MS access using Dreamweaver on MAC OS X
- Hello I am having a problem trying to create a custom connection string to a MS access database.I am trying to do it in Dreamweaver 8, but on MAC OS X. I am programming in ASP. I just keep on getting an error. "I have a macbook running OS X...
- Tags: Microsoft Access, matthew.chaplin@..., custom connection strings, programming, os x, ms access, Microsoft Corp., Apple Mac OS, Apple Mac OS X, Macromedia Dreamweaver
- Discussion threads 2007-02-26
- Split String
- Dear all,I want to split a string into twoparts.How to do it?For example, If I assigned variable called usrnm having string "QWUSM0392".But I want to split into two parts or I need only "M0392" from the string.How can I get it?Will Mid or Replace function help for this?Please help...
- Tags: bsmgopal1984@..., programming, String
- Q&A 2006-07-30
- Retrieving environment variables with VB.NET
- Links don't workOnly the form opens, the links to the two lists do not appear to workCode listings are displaying againDear ajandco,I apologize that the code listings were not displaying for several days; they are showing up now.Thank you,Mary WeilageAnd for the rest of us, here's the same thing for...
- Tags: ajandco@..., Environ, feedback, Microsoft Visual Basic.Net
- Discussion threads 2006-10-08
- DATABASE CONNECTIVITY
- hi,Am trying to become developer,I have an sql 2005 standard edition database and I am developing a VB 6.0 front-end application that needs to be adding and deleting records to the this database. can you help with the connection type to use and a suggested connection string.thanks so much
- Tags: Storage, Databases, Programming languages, eblissbull@..., database
- Discussion threads 2007-11-03
- Replace and create a string in VB.NET
- In this VB tip, we'll show you a quick and easy way to replace a string within a string by using the Replace method of a String object and create a string that consists of the repeated character. Have you ever needed to replace a portion of a...
- Tags: Microsoft Visual Basic.Net, Irina Medvinskaya, Microsoft development tools, Programming languages, strFull, Visual Basic Tips Newsletter, Method, String, .Net, Development Tools, Software Development, Software/Web Development
- Technical articles 2006-05-18
- connectivity of VB6 and MS Access
- i want to connect vb6 form to a ms access databse based on a query. how can i do soSolutionIn your VB6 project open DataEnvironment add DataEnvironment from Project menu Add Data Environment In this window you can see the Connection (usually Connection1) Right Click on Connection, and click on...
- Tags: anoopitl@..., Microsoft Access, Microsoft Corp., Microsoft Visual Basic 6.0, programming, software
- Discussion threads 2007-01-05
- visual basic challenge
- hi, i am developing a application in which i want to give a area in which user can draw a image and sava it to database with its id.please solve my prblem as soon as possilble.use the doodle example that comes with VB and study up on ADODB. here...
- Tags: Doctor List, String Dim, sudeep_395@..., programming, String
- Q&A 2005-03-19
- Torah String Finder (exe)
- Torah String Finder is a free and convenient application for finding any appearance of Hebrew String and its correlated prefix and suffix text at the Torah (First 5 Books of the Bible). The Application allows searching and matching any desire string and intervals. Version 1.3 may include a virtual keyboard...
- Tags: Virtual Keyboard, Torah SFR, Torah String Finder, Application, Keyboards, Hardware, Peripherals
- Software downloads 2006-10-24
- << Previous
- page 1 of 1
- Next >>