Change property in field as date short
i a table named Tab1. i need to chenge the txt property of field F1 in date short.... how to with vb6 classic and database access naturally via vb6 code. tks.
View Article[RESOLVED] Operation is not allowed when the object is open
i try to insert a new data in table but this error occur :wave::mad: i'am using vb6 and my sql database Code: On Error GoTo cr If studentave.text = 0 Or (studentave.text < 70 Or studentave.text >...
View ArticleAccess DataAdapter Error
First off, I've tried searching the forum but I'm not too sure what to search for to trouble shoot this my self. Any help would be greatly appreciated. I'm building a form to access a database of parts...
View ArticleReturn a site without any activity in more than 6 weeks, SQL 2008 ????
HI everyone, I have a table that looks like this: Country_NM Site_ID SiteActivation_DT Subject_ID Event_DT Event_NM United States 2 17 Dec 2012 20:50:40 35 2012-09-17 00:00:00.000 Screening United...
View ArticleData Binding
Hello there, what i need is this i have used 1 combobox and 2 text boxes When the index is selected in the combo box the data corresponding to the index should be displayed in 2 text boxes. Like when...
View Articlehow to group mysql data in datareport??
i want to group a list of student according to it's year level and section .i try to use mysql group by but it doesnt work :bigyello:
View ArticleOleDB provider for SQL Server works. But SqlClient does not ?
I made a program using System.Data.SqlClient that works just fine when sql server is on my local computer. (Using Windows Authentication) But when connecting to an instance of SQL Server running on a...
View Article[RESOLVED] DAO syntax error
I don't know if this question is about database, VB6 or installer (InstallAware 15) but here goes. Does anyone have a suggestion about why this code runs in the IDE on the dev computer but fails on...
View ArticleSave gridview to Sql Database
I start with an Excel spreadsheet and I'm displaying it to the user in a gridview, who then can save the gridview to a database table if it looks good. What is the best way to save the data? I just...
View ArticleIs mysql support shape command ???
HI I'AM USING SHAPE COMMAND IN MYSQL THEN I GOT SYNTAX ERROR,.... IS MYSQL SUPPORT SHAPE COMMAND ? HERE IS MY CODE sql = "SHAPE { select school_year,student_no,concat(yearlevel,'-',section) as ylsec...
View ArticleFox Pro Database SQL when using variables
i have a vb.net 2010 app i trying to connect a dbf file. i think its a fox pro database. i can connect to it fine and get all data from a column just fine. the problem is when i use the WHERE clause i...
View Article[RESOLVED] Help with Oracle Query
I'm using Oracle SQL, in i have a table with have alot of data. Im trying to get a grand total by combining all Part count. My query is below. Basically i have Part which are name REX, DUB, FLEX. I can...
View Article[RESOLVED] Fox Pro Database SQL when using variables
i have a vb.net 2010 app i trying to connect a dbf file. i think its a fox pro database. i can connect to it fine and get all data from a column just fine. the problem is when i use the WHERE clause i...
View Article[RESOLVED] First attempt to connect to SQL Server 2005 Express
Attachment 97239 This is the first time I am attempting to connect to SQL Server 2005 Express. I found that the format for the connection string is like:...
View ArticleData Bind Refresh Issue - Stumped 3 Forums
I have stumped 3 other forums with this issue and I'm hoping to get some help here. I have an MS Access Win Forms application with a main form with 3 tabs. If I call my GetData() method with some...
View ArticleMySql over LAN is Too slow
Hello I develop a software on vbnet 2010 and work on localhost with Mysql5.5 and workbench and all think fine with out problem now i want to try my software over LAN : 1-i install the workbench and...
View Articlemysql connection problem
I am using this connection string to connect to mysql db Driver={MySQL ODBC 5.2w Driver};Server=localhost;Database=myDataBase;User=myUsername;Password=myPassword;Option=3; but since I am going to use...
View Articleproblem in database
when connected the database (access 2007) with vb6 program- displaying the following message (unreconganized database format ---path of the database)
View ArticleSQL dependency on linked tables
I have two related tables (tbVehicles and tbVehiclesDoc) I am running the below sql dependency but it is firring many time and my program freezes. please assist. I want the program to update these...
View ArticleSQL to select unique records from DB
Hi all, I'm trying to display rows based on a set criteria, but only return unique records. For example, I have a table containing sale transactions with the following headers: - product - state -...
View Article