| Thread | Last Post | Replies |
|
| "external symbols configuration File In VSDBPRO" | 29 Nov 2007 04:50 GMT | 5 |
I am using Microsoft Visual Studio Team Edition for Database Professionals Version 2.0.50727.354. I have imported the schema for my database. I get a warning saying that an external db reference to master cannot be resolved. So i import schema for master then i get the following ...
|
| Data Definition for Numeric data type | 27 Nov 2007 14:28 GMT | 4 |
I have a data base table (in FoxPro DBF table) which has a definition of Numeric(5,1). I have understood this to mean that the total field width is 5 digits with one being a decimal digit and within the 5 digits there is space for decimal point so that the largest value can
|
| convert a date type | 23 Nov 2007 17:45 GMT | 1 |
I have a date type field that is 23/11/2007 14:30:45 and I want to convert to 2007-11-23 14:30:45. How can I do that? I used Format(TTime, "yyyy-mm-dd") where TTime is the variable that stores my
|
| vb report generate xml parse error 0xc00ce56f | 23 Nov 2007 17:15 GMT | 1 |
One of my VB reports is showing me this error below: The XML parse error 0xc00ce56f occurred on line number 1, near the XML text "<?xml version="1.0" encoding="utf-16"?> etc..
|
| disable application minimize button | 20 Nov 2007 09:50 GMT | 1 |
I need to disable the minimize button in an Access 2003 database application *NOT ON A FORM* in the Access application menu bar. I know how to disable the CLOSE button using the following code. I have played with this for hours but cannot change it so that the minimise button
|
| Start "Merge It... " from VB | 19 Nov 2007 19:27 GMT | 2 |
I have an Access application in which I "Startup" with a main form and hide the "Database Window". I want to add a button so that it will initiate the "Merge It with Microsoft Word" wizard on a specific
|
| Peel off effect | 19 Nov 2007 10:10 GMT | 1 |
How do i code for "peel off effect" of text in a label control?
|
| Localization issues VB6 SP6 vs SQL Server 2000 SP SP3a | 16 Nov 2007 11:02 GMT | 4 |
Please note that there could be a possible cross post as I originally posted this elsewhere and was advised by an MVP there to post the question elsewhere. We have the environment mentioned above. The Server OS is Windows Server 2003 SP2 and the client machine is XPPro SP 2. ...
|
| Select from 2 datasources | 13 Nov 2007 23:38 GMT | 1 |
I have 2 ADODB connections in VB 6 project - one to SQL Server 2000, another one to Intuit QuickBooks data file via ODBC. Is there a way to make selection from both, for instance (of cource it's not working statement):
|
| Open Word data base | 13 Nov 2007 00:43 GMT | 7 |
IHave received a file <filename.BDB.wdb>, which my Microsoft Word 2002 (from Office XP) will not open, nor Access nor Excel. I understand I need a "different" Microsoft "Word." All i want to do is open the file and read it. Any suggestions? Thanks.
|
| Database in VB 2005 | 12 Nov 2007 16:59 GMT | 1 |
I am trying to add records to an access database in code with vb2005 and having problems. I am fine using vb6 but problems in vb2005! Can anybody help as i dont want to use databound controls. Thanks
|
| How to get rows when only querying on the month of a birth date | 11 Nov 2007 16:32 GMT | 3 |
This is a good one that's baked my noodle!! I have a standard table with lets say 2 cols: NAME string DOB date
|
| Data Source connection failing | 08 Nov 2007 15:54 GMT | 1 |
Using Visual Studio 2005, VB windows app, trying to add a data source. I have system DSN's for two separate external databases, 1 MySQL and 1 Oracle. I have linked to both of these databases via Access successfully for years, however neither of them works in VB. Here are the ...
|
| Internet Explorer FileDownload Event & Automation Error - Visual Basic 6 | 06 Nov 2007 13:51 GMT | 3 |
Private Declare Function GetForegroundWindow Lib "user32" () As Long Public WithEvents IE As SHDocVw.InternetExplorer Private Sub Timer1_Timer() Dim strTitle As String
|
| My database is in remote server | 02 Nov 2007 15:48 GMT | 1 |
Hei all, I need your help for this situation : I have a appliaction in VB .NET whose goal is to make the management of the clients of my corporation.
|