How to use split function in SQL Statement with MS Access DB
Posted: Thu Jan 17, 2013 12:41 pm
Hi,
I'm using Stimulsoft Reports.NET and want create a report where I've to split a string.
The database is a MS Access-DB. So, Access normally don't support the function 'split' in a statement/query, but you can write your own split-function(vba) to use it in a statement/query.
I write my own function and it works how I want it. My problem is now in the report, stimulsoft search for this function and don't find it.
So, how can I use the SQL-Split function (in the statement) in Stimulsoft and/or how can I use the function within the Access database.
thanks in advance!!
I'm using Stimulsoft Reports.NET and want create a report where I've to split a string.
The database is a MS Access-DB. So, Access normally don't support the function 'split' in a statement/query, but you can write your own split-function(vba) to use it in a statement/query.
I write my own function and it works how I want it. My problem is now in the report, stimulsoft search for this function and don't find it.
So, how can I use the SQL-Split function (in the statement) in Stimulsoft and/or how can I use the function within the Access database.
thanks in advance!!