Cannot resolve the collation conflict?
I'm trying to alter a Stored Procedure and keep getting the following error in my SQL Script: "Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and...
View ArticleSelect problem - help!
Hi, Im using VB 5, not 6, but am just trying to solve a simple SELECT statement issue Im having. I have a simple database, dbase 3 file, only has 360 records The field and record structure looks like...
View ArticleI can't seem to find the problem here
Hey Everybody, So I am new to this, and I am trying to make a simple database, and I am using the Insert into statement, and I tried everything and I can't seem to figure our the problem, as I keep...
View ArticleAsking for your SQLite Experiences
I do have a few smaller applications that reliably do some Jobs in the Background 24/7. Some of These do have the Need to store data and in the past i had used Access databases just because of...
View ArticleUsing the DELETE statement?
I'm trying to right a SQL Query that will delete rows from a master/detail table relationship. I have a master table called TEST_HEADER_Load that contains a Primary Key (PK) Column called "main_ID". It...
View ArticleSQL Help
I have a big one for you. I have 3 tables each describe like this (I removed some fields to be easier to understand) : tblProducts (List the products in stock) - ProductID - ProductName - Qty tblOrders...
View ArticleDate query not returning correct date range
Hi - I know there are many issues around the data types for date and also the associated queries, but I can not seem to get my head around this. I have a table in MSAccess where dates are stored as...
View ArticleSince SQL Server 2000 T-SQL
I have not code for a long time since when I moved into management about 9 years ago. When it comes to database, the last SQL Server database that I was hands on was SQL Server 2000. I have recently...
View ArticleMs database using visual basic 2013
Dear all. I am trying to develop the code based on concept of pvsys. The video is avilable here(https://www.youtube.com/watch?v=gjeLCQvYUMQ) . I am planning to use Ms-access database. Once i copy data...
View ArticleGet Frequency of Occurance
Using this query (Microsoft Access) I get the correct results EXCEPT it is for all data in the Table: Code: SELECT fldA, Count(*) FROM Test_D GROUP BY fldA; Attempting to narrow the query over a user...
View ArticleBest or most efficient way to update displayed records (MySQL)
Using a timer is almost always a remedy but perhaps there is an alternative? For instance, if Computer1 and Computer2 are both looking at the records of Student Records, then Computer1 added a new...
View Articlewhat is cloud
Can someone please explain what cloud is ! I know there are lots of info on google but I believe this forum can explain and describe it simplier and better. Tia
View ArticleBOF/EOF Error using GetRows() with 1 record
Using ADO within Excel (2013) VBA to extract records from an Access file. For some reason I get a BOF/EOF error when using GetRows() if only one record (i.e. RecordCount = 1) is in the recordset. I've...
View Articlewhat is nosql
I read about nosql already on google but still i cant figure what it is. I have been using msssql or mysql ever since my programming days. It is Relational database so i think it makes it harder for me...
View ArticleACCESS: HOW to create a table(update) from a pass-through query
I need my pass-through query to update my table in access multiple times through out the day. I created a new append query in Access Design View using the pass-through query but it runs really slow....
View ArticleSQL 2008 - Query MAX on integer column and date specific
I am working on a report query where I need only the highest most recent row using a date range, as well as patientid, and Type_Name for filters . The int column 'ednum' can have many rows on any...
View ArticleSELECT non NULL records, then sort them
Having trouble sorting records (using ADO with Excel VBA on Access DB file). The field I'm interested in can have numeric or NULL values. I only want the records with non-NULL values for field XX and...
View Article[RESOLVED] Is there a way to combine 2 Deiffrent tables that holds the same...
hey i have 2 tables in My DB 1) is called Event 2)is called YomanArc now those 2 tables contains the same information is there a way to to count the ID of both of them to 1 ? i mean to count them...
View ArticleAgain question about database
Hello everyone Perhaps this is the last concern related to my application This is my database. I'm quite aware that it is badly designed. So decided to add a second table. I mean table1 for students...
View Article[RESOLVED] Is Primary Key is required?
Hi, I have created a log table in MS SQL database with below column details ( ID int not null Identity CompanyId int not null LocationID int not null LogData varchar ) There is a Non Clustered index on...
View Article