[RESOLVED] My View Has Changed
I have a table in one SQL Server database, and a view of that table in a second database. There are many columns in the table, but the view asks for only four of them. So, the view looks like this...
View ArticleCan't understand what happened with database
How to be pats? My dbf file yesterday evening was fine. Today it has opened with message...Visual FoxPro not a table error upon opening DBF file. I use Visual FoxPro 9. I'm novice database admin, and I...
View ArticleSql 2005- find the difference between rows
I dunno if it its possible to generate a table that find the difference of one row to another. Just like this: it is group by by ID and sorted by date.. Let's assume that the AvailBalance column is not...
View Articledate button on form
i have these date buttons i put on the form and now i have a problem with them being in the way when i click through other tabs on the form then when i switch tabs i get.... Attached Images  Â
View Article[RESOLVED] Can't understand what happened with database
How to be pats? My dbf file yesterday evening was fine. Today it has opened with message...Visual FoxPro not a table error upon opening DBF file. I use Visual FoxPro 9. I'm novice database admin, and I...
View Article[RESOLVED] date button on form
i have these date buttons i put on the form and now i have a problem with them being in the way when i click through other tabs on the form then when i switch tabs i get.... Attached Images  Â
View ArticleNeed Help in MYSQL Query
Hello, I have the below query, which gives me correct result if there is any product in daily sale, but if there is no product and only payments on customer_payments tables it show blank report. plz...
View Article[RESOLVED] Need Help in MYSQL Query
Hello, I have the below query, which gives me correct result if there is any product in daily sale, but if there is no product and only payments on customer_payments tables it show blank report. plz...
View ArticleIf I have a DB backup
If I have a DB backup of an Oracle DB can I attach that to a new instance and access the data regardless of permissions, and what not, that might be set on that database when it's running in production?
View Article[RESOLVED] Insert the exact time to go out
Nice weekend for all Happy to join you from VB6 Please .. i want to correct this problem When I leave the form .. always in my DataBase sql server in the column TIME-LOGOUT will register the same last...
View ArticleGetSize DataBase SQL
Hello every one Please how to make for display size global of DataBse SQL in TextBox1 I find this code in internet but i have not managed it in my Form Code: Dim GetSize As New SqlCommand("SELECT...
View ArticleCombine rows from 2 tables?
I want to be able to generate the following excel report and it appears I need to be able to combine rows from 2 tables, subjects and fees, is this possible? Or any other solution you could recommend?...
View Article[RESOLVED] Combine rows from 2 tables?
I want to be able to generate the following excel report and it appears I need to be able to combine rows from 2 tables, subjects and fees, is this possible? Or any other solution you could recommend?...
View Article[RESOLVED] Wrong result on first call to mysql query?
I 'm baffled by the behavior of calling this mysql query, the first time calling it it returns an incorrect result as can be seen in the first image. But on succeeding calls the correct result is...
View ArticleMySQL 5.7 - Trigger on mysql.user
Hi Folks, first experience with MySQL. Question: Is it possible to create a Trigger on mysql.user? mysql.user is a base_table but with the MyISAM-Engine (as opposed to InnoDB for my own base_tables)...
View ArticleHow to create relationship between tables vb.net (localdB)
I created a database table Stock/Products/Sales Stock table Products Sales ----------------- ----------------------- ---------- StockID ProductID SalesId Category: Product-category Product Type Product...
View ArticleMysql Multiple update statements in one single update
I currently have the following: update doc_transactions set transport_allocation_value=120,transport_colour_integer=16000 where TRN_ID=1 update doc_transactions set...
View ArticleHow Run SQL Server database 2014 on the user's PC.without Installing Server...
Hello my friends I have been questioned and confused for a while I am designing the Visual Basic.net 2015 to Connect Sql Server database 2014 When designing, I Install the complete Server database on a...
View ArticleMySQL Query Help
I am looking for the correct syntax for a MySQL query. I need to select all the duration times from each unique user name. SELECT username, durationtime FROM mcc3dumdb.tbleusage WHERE??? I know the...
View ArticleHow To select many fields by DISTINCT one field ?
I am usimg vb2008 Ms Access2007 I have four fields : Name,Tel,City,Job I want to select all fields by "DISTINCT City"
View Article