Quantcast
Channel: VBForums - Database Development
Browsing all 2918 articles
Browse latest View live
↧

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 Article


Select 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 Article


I 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 Article

Asking 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 Article

Using 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 Article


SQL 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 Article

Date 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 Article

Since 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 Article


Ms 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 Article


Get 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 Article

Best 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 Article

what 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 Article

BOF/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 Article


what 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 Article

ACCESS: 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 Article


SQL 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 Article

SELECT 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 Article

Image may be NSFW.
Clik here to view.

Again 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
Browsing all 2918 articles
Browse latest View live