Hi,
i only program in ASP, but connectionstring should be the same.
Example
"driver={MySQL}; server=localhost;uid=youruserid;pwd=yourpassword;database=DB_name"
Hi,
how could I fix so that a default image will load if the remote server not is responding.
I need this for a small banner sharing, where many of the banners not are on my server.
It's coming from one recordset.
But maybe I can split it up in two, and try it your way with different repeat regions.
Only prob. is that I don't know how many Categories there will be, so I have to build it dynamic.
I've tried that extension before, but it write's out the recordset as this:
Category1 | Link1 | Link2
Category2 | Link1 | Link2
Category3 | Link1 | Link2
I have Category and links.
So what i want is to get Category as header and links vertically displayed.
example:
Category1 | Category2 | Category3
Link1 | Link1 | Link1
Link2 | Link2 | Link2
Category4 | Category5 | Category6
Link1 | Link1 | Link1
Link2 |...
Is there anyway to write out a recordset as follows.
1 2 3
1.1 2.1 3.1
1.2 2.2 3.2
1.3
1.4
4 5 6
4.1 5.1 6.1
4.2 5.2
4.3 5.3
and so on.....
I've tried different extensions but none works.
horizontal looper 2 only loops from left to right.
example.
1 1.1 1.2
1.3 2 2.1
2.2 3 3.1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.